답변:
맨 페이지 섹션.
ls(1)
mmap(2)
system(3)
sudoers(4)
lmhosts(5)
fortune(6)
regex(7)
iwconfig(8)
ksoftirqd(9)
섹션 뒤의 이유는 매뉴얼 페이지를 공유하는 것들이 있기 때문입니다
mkdir(1)
. 디렉토리를 만드는 데 사용되는 명령이고 mkdir(2)
C 프로그램에서 디렉토리를 만드는 데 사용할 수있는 시스템 호출입니다. 따라서 다른 섹션.
주석이 달린 참조 [1,2] (제안 된대로) :
http://www.gsp.com/support/man/-FreeBSD 맨 페이지는
http://manpages.unixforum.co.uk/man-pages/ 섹션에 따라 정렬되었습니다 리눅스 / 수세 리눅스 10.1 - / - 수세 부에 따라 정렬 맨
http://www.december.com/unix/ref/mansec.html을 - 아직 맨 섹션의 다른 테이블. 목록의 초기 기준 (자세한 내용은이 게시물의 이전 편집 내용 참조)
[1] 설명과 사례는 내 머릿속에서 자발적인 제작이다.
[2] 그것은 학문적으로 건전한 것이 아니라 참조 요청은 위키피디아의 성장을 늦추는 것 중 하나입니다. 회의론자들은 다른 사람들이 참조하는 모든 것을 얻으려고 노력하고 참여자 중 일부는 얻을 방법이 더하지 쓸모 / 근거없는 물건을 추가하려고하는 사람들이 제대로 풀에서 제거되었는지 (그들은 단지 태그 참조 요청 태그를 얻을, 어떤 답변을 너무 짜증 그들의 추가에, 내용은 제거되지 않았습니다 ...)
man <number> <command>
예 man 1 mkdir
와man 2 mkdir
발췌 man man
:
The table below shows the section numbers of the manual followed by the types
of pages they contain.
1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
4 Special files (usually found in /dev)
5 File formats and conventions eg /etc/passwd
6 Games
7 Miscellaneous (including macro packages and conven‐
tions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
man man
과 나머지는 저절로 온다"
숫자는 명령 또는 C 함수가있는 매뉴얼 페이지 섹션을 나타냅니다.
따라서 다음 mount(8)
명령을 수행하여 매뉴얼 페이지에 액세스 할 수 있습니다 .
man 8 mount
또는 ftok(2)
같은 :
man 2 ftok
man mount(8)
그렇지 man ftok(2)
않습니까?
man man
.
그것들은 전통적인 유닉스 매뉴얼 페이지의 섹션 번호입니다. 귀하의 질문은 이미 1 년 전에 Unix 및 Linux Stack Exchange 에서 답변되었습니다 . 매뉴얼 페이지의 숫자는 무엇을 의미합니까? .
이들은입니다 man
섹션 번호.
리눅스 매뉴얼 페이지의 섹션과 예제 :
참고 유닉스 시스템 V 변종에 대한 매뉴얼 섹션 리눅스에 대한 목록과 그 사이의 차이 (예를 들어, 솔라리스, BSD, SCO, Venix)이있다. 맨 페이지 위키 에서 자세한 내용을 볼 수 있습니다 .
흥미롭게도 켄 톰슨과 데니스 리치는 유명한 유닉스와 C 제작자가 관리자의 주장에 따라 첫 매뉴얼 페이지를 썼습니다. 익숙한가요?
Linux에서 man 항목에 대한 특정 섹션 번호를 선택하려면 ( printf
섹션 1과 3에 항목이 있음).
man 3 printf
모든 사람이 항목을 보려면cfdisk
(사용 q
에서 END
다음 페이지로 이동 한 페이지의 :
man -a cfdisk
특정 명령에 대한 모든 항목을 나열하려면 사용apropos
apropos cfdisk
매뉴얼 섹션 번호입니다. 시간이 늦어도, 이것은 특정 매뉴얼 페이지를 포함하고있는 물리적 바인더를 가리 킵니다.
man
최신 Linux 시스템 의 맨 페이지에서 :
1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
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 [Non standard]
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
(konqueror 사용 아이디어에 대한 @ greg0ire 감사)