Unix - Manpage HelpAll the Unix commands come with a number of optional and mandatory options. It is very common to forget complete syntax of these commands. Because no one can possibly remember every Unix command and all its options, there has been online help available since Unix's earliest days. Unix's version of help files are called man pages. If you know any command name but you do not know how to use it, then Man Pages are here to help you at every step. Syntax: Here is the simple command to get the detail of any Unix command while working with the system:
$man command
Example: Now you imagine any command for which you want to get help. Assuming you want to know about pwdthen you simply need to use the following command:
$man pwd
The above command would open a help for you which would give you complete information about pwdcommand. Try it yourself at your command prompt to get more detail on You can get complete detail on man command itself using the following command:
$man man
Man Page Sections: Man pages are generally divided into sections, which generally vary by the man page author's preference. Here are some of the more common sections:
Useful Shell Commands: Now you know how to proceed, following link would give you a list of most important and very frequently used Unix Shell commands. If you do not know how to use any command then use man page to get complete detail about the command. Here is the list of Unix Shell - Useful Commands |