Finding the Description of a Unix Command
Make sure you have logged in to an SSH Client and are at the Unix terminal. Instructions on how to log in to an SSH Client can be found at the Web Publishing on Unix Help Topics page.
To submit a command line in Unix, press Enter.
To get a description of what a specific command does, enter whatis command.
To get more information about a specific command, enter man command.
Example:
whatis rmwill return information on the remove command.
Last updated February 11, 2013 @ 3:39 pm

