systemnotes org Location: System Notes / Linux / Linux Command Reference

Help for Aspiring Sysadmins

Linux / Open Source / Howto / Tips & Tricks

Language: en
 






Latest News

2009.07.29
RHCE Flash Cards Released

2008.01.11
Website Design Updated. This is a work in progress...

2008.01.11
RHCE Study Guide Removed due to a potential copyright issue

2007.12.03
RHCE Study Guide Released

 

Links:



Do you find this site useful?

donate









Spread Firefox Affiliate Button

Documents


Linux / Unix Command Reference

When you're stuck, just remember "I'm a helpless man" Most commands allow the option "--help", which can then be redirected to "less" (or "more")
e.g.
cat --help | less
To see the man page (more detailed help) for a command type "man" followed by the command
e.g.
man cat
For more information look for a HOWTO or other documentation at the Linux Documentation Project