Manual Pages
From openSUSE
Contents |
[edit]
Organization
It is organized in numbered sections:
- Executable programs or shell commands
- System calls (functions provided by the kernel)
- Library calls (functions within program libraries)
- Special files (usually found in /dev)
- File formats and conventions eg /etc/passwd
- Games
- Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)
- System administration commands (usually only for root)
- Kernel routines ( Non standard )
[edit]
How to read
There is few ways to read manual pages.
[edit]
Classic
- The standard is using CLI (console) command
man <name_of_file>
where the most common is to type in command name.
Example:
man man
will list how to use command man.
- Alternatively you can use:
info (command name)
- Or you can use apropos which is a command line tool that searches the man (manual) pages for descriptions that match what you type after it.
For example:
apropos list
[edit]
Konqueror
Type in Location: (where usually goes http:// etc)
man:<name_of_file>
and it will list file content, or selection list if few files in different sections have the same name.
Example:
Click on first item in the list /usr/share/man/man1/man1.gz and there it is the man page about command man:
Happy reading.
[edit]
See Also
- Linux Documentation for many other ways that deliver important information about your openSUSE Linux system.
- openFATE feature#305336: Ship man page for every executable


