LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Centos 7 Man Page subsection definitions? (https://www.linuxquestions.org/questions/linux-newbie-8/centos-7-man-page-subsection-definitions-4175623534/)

bodisha 02-11-2018 09:08 AM

Centos 7 Man Page subsection definitions?
 
Hello... And thanks in advance for any help anyone can offer me

Can anyone point me to a list of definitions of all the Centos 7 man page subsections? I can't find a simple easy list to look at... I can sort of figure out when some of them are (p = posix)... But I was hoping to find a simple quick easy list that explains them all

(0p)
(1)
(1m)
(1p)
(1ssl)
(2)
(3)
(3p)
(3pm)
(4)
(5)
(5ssl)
(6)
(7)
(7ssl)
(7stap)
(8)


Once again... thanks for any help anyone can offer

jsbjsb001 02-11-2018 09:54 AM

A man page is a man page, their not specific to CentOS (or any other distro), AFAIK. There maybe **some** things that either do or don't apply to Linux, may instead only apply to say FreeBSD for example - or any other *BSD/UNIX system. The other form of that sort of documentation in Linux, would be the Texinfo pages.

See "Manual sections" to see what the sections mean: https://en.wikipedia.org/wiki/Man_page

bodisha 02-11-2018 12:27 PM

Quote:

Originally Posted by jsbjsb001 (Post 5818494)
A man page is a man page, their not specific to CentOS (or any other distro), AFAIK. There maybe **some** things that either do or don't apply to Linux, may instead only apply to say FreeBSD for example - or any other *BSD/UNIX system. The other form of that sort of documentation in Linux, would be the Texinfo pages.

See "Manual sections" to see what the sections mean: https://en.wikipedia.org/wiki/Man_page

Thanks for the reply! Initially I looked at the wikipedia man pages... But the wiki page doesn't explicitly talk about the subsections. I searched Google for about an hour but couldn't find anything specifically outlining the man pages subsection topics... and what the wikipedia page does say... doesn't necessarily align with what I'm seeing about the commands in those subsections

For example... the wikipedia page only referenced the use of a 1M subsection under Unix System V... And seems to state the use of this is for "System administration commands and daemons"... But of the 5 commands that appear in the 1m subgroup... None of them qualify as sys admin commands or deamons

With all this in mind I'm hoping someone can offer more detail than a Wiki page... Once again though... Thanks for the assistance

jsbjsb001 02-11-2018 12:43 PM

Yes, the "p" means "posix" and "n" means "new" man pages.

The following links may explain more:

https://unix.stackexchange.com/quest...the-manual-for

It looks to me like "5ssl" refers to OpenSSL's configuration file.

From http://man7.org/linux/man-pages/man7...lenames.7.html

Quote:

config.5ssl
OpenSSL CONF library configuration files from section 5 with
group ssl.
From https://superuser.com/questions/2977...-function-mean

Quote:

Manpage sections including non-standard ones on Arch Linux:

0 Header files
0p Header files (POSIX)
1 Executable programs or shell commands
1p Executable programs or shell commands (POSIX)
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
3n Network Functions
3p Perl Modules
4 Special files (usually found in /dev)
5 File formats and conventions eg /etc/passwd
6 Games
7 Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines
l Local documentation
n New manpages

bodisha 02-11-2018 02:09 PM

THANKS!!!


All times are GMT -5. The time now is 11:03 PM.