[RHCE] Notes from Prerequisites Session 1
Tom Woods
twoods at tomnkim.us
Wed Sep 10 22:05:02 EDT 2003
setup or netconfig or redhat-config-network to configure IP settings
/var/log/rpmpkgs - list of installed rpms
/bin For stuff required at bootime
/sbin For stuff required at bootime
/usr/bin Other bin files
/usr/sbin Other admin bin files
/dev device "files"
/home - home directories
/initrd - initial ramdisk
/lost+found - used by fsck
/mnt - mount points
/opt - third party binaries
/proc -
/root
/sbin - static (system) bins
/tmp -
/usr - can be a mount point
/var - can be a mount point
/boot - can be a mount point
/misc - automount directory for RH
$PWD - use in scripts
grep/egrep/fgrep
wc (word count)
ls -d * (list directories)
lpr or lp - print to default printer
lpq - lists print jobs in queue
lprm - remove print jobs from the queue
pr -f | lpr (print formatted using formfeed)
More information about the RHCE
mailing list