William James Hall Computer Services

Basic UNIX Commands

There's more to your e-mail account than just reading your mail!

UNIX commands are case sensitive. Bracketed information [] is used in conjunction with the command -- read the first command, man for further explanation. man [-k topic]

Man displays short manual pages for many commands and programs installed on the UNIX system. The [-k topic] in brackets indicates that this information may be used with the command man. You can either type man command, where command is what you want information on; or you can use the format man -k topic , where topic is the keyword of the general subject you want information on. Now that you know the man command, you can look up the manual entries (called "man pages") on any UNIX command you need to find out about.

Text Editors


Managing files and directories


Communicating with Others


Other Useful Commands