Conventions

The following conventions are used in this blog to ensure clear understanding and brevity at the same time.

User command line text is identified as follows

~> echo $UID
500

Root user command line text is identified as follows

# echo $UID
0

F# interactive (fsi) command line text is identified as follows

> let a = 0;;

val a : int = 0

Leave a comment