Conventions

There are currently two conventions on this site.

Command line examples

Any command line examples will be shown as below, the command typed will be in red:

# ls -l /dev/null
  crw-rw-rw-  1 root  wheel    2,   2 Oct  1 11:52 /dev/null
# pwd
/root
#

Config files or diffs

Any config file snippets or diffs (I only ever use the Unified diff format) will be shown like this:

default sysresccd
label sysresccd
 kernel sysresccd/vmlinuz1
 append initrd=sysresccd/initrd.gz root=/dev/ram0 init=/linuxrcmy ramdisk_size=160000 rw

Leave a Reply