EZ Linux Admin random header image

Linux cheat sheet

December 31st, 2007 by EZ linux · No Comments

Help on any Unix command. RTFM!

 
man {command}
Type man ls to read the manual for the ls command.

 
man {command} > {filename}
Redirect help to a file to download.

 
whatis {command}
Give short description of command. (Not on RAIN?)

 
apropos {keyword}
Search for all Unix commands that match keyword, eg apropos [...]

Click to continue →

Tags: Cheat Sheets