CoE Home | computing | article | 80 |
UNIX account frequently asked questions
How do I use a particular command; what options are available?
Our UNIX systems, have on line manual pages or man
pages . To learn more about a specific command, type "man
commandname" (man
ls). To learn what man pages are available for a particular command name
or a concept, type man -k string (man -k shell or man -k ls).
Return to FAQ
Article Information:
Date Created: Sep 10, 2003
Last Modified: Wed, Jul 25, 2007 1:50 PM
Views: 14014
|