Next: Useful UNIX commands Up: Introduction to UNIX Previous: Permissions

Reading manual pages

Whenever you forget the syntax of a command, look around the manual pages of that command (if you forgot how "ls" works, write "man ls").
Manual pages are grouped into sections. Each section contains the manual pages of the commands related to that section. Some examples of sections are:

If no section is specified with man command, it searches from smallest to biggest section until it finds a match. There may be two manual pages for the same name in different sections (time system call and time user command). If you can't get the correct page, try it with the section number.
Notations that are frequently used in this manual and man pages are listed below.


Next: Useful UNIX commands Up: Introduction to UNIX Previous: Permissions