SDB:Manual pages
manpages.opensuse.org
Manual pages for packages in the distributions can be found at https://manpages.opensuse.org. The package follow upstream manual pages and translations are based on these upstream translation efforts for this packages.
Example:
Organization
The manual pages are 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 )
How to read
There is few ways to read a manual page (man page).
Classic
- The standard is using CLI (console) command
where the most common is to type in command name as <the name_of_file>, but, as you can see from list of sections there is more, like configuration files, C language commands, kernel functions, and so on.
Example:
will list how to use the command man.
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.
#<file_name>(e.g., try: "
#info
")Example:
Click on first item in the list /usr/share/man/man1/man1.gz and there it is the man page about command man
:
Searching
- 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:
Using info
Some commands have just very basic manual, that describes few command options and then refers reader to info pages. To be able to continue reading you can use on command line:
or use Konqueror in the same way as with command man, described above. This time instead of man:<command name> you type info:<command name>
See Also
- Linux Documentation for many other ways that deliver important information about your openSUSE Linux system.