[glug-t] One Day One GNU/Linux Command (MAN)
- From: Bharathi Subramanian <sbharathi@xxxxxxxxxxxxx>
- To: GNU/Linux Users Group - Trichy <glug_t@xxxxxxxxxxxxx>
- Date: Tue, 15 Apr 2008 12:19:21 +0530 (IST)
One Day One GNU/Linux Command
=============================
man - Format and display the 'MAN'ual pages.
Summary:
Most of the commands are comes with a specially formatted manual,
which explains "how to use the command, option list, etc..".
'man' command is used to view those manual page.
Man pages are sorted in categories, as mentioned below:
1. Executable programs / Shell commands
2. System calls
3. Library calls
4. Special files
5. Config file formats and conventions
6. Games
7. Miscellaneous
8. System administration commands
9. Non-standard
Examples:
$ man man -- Display the manual page of the man command
$ man ls -- Display the manual page of the ls command
$ man printf -- Display printf command man page.
$ man 3 printf -- Display printf lib call man page.
$ man resolv.conf -- Display the manual page of DNS Config file.
$ man ./myman -- Display the myman page present in the local dir.
Man page location: /usr/share/man/manX
For more info, Read: man man
HTH :)
--
Bharathi S
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
Other related posts:
- » [glug-t] One Day One GNU/Linux Command (MAN)