일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 픽크루
- 성남은혜의강교회
- 조희연
- 리리남매
- 킹덤 고근희
- 최강욱
- 미국 금리인하
- 불가피
- 양적완화
- 스페인 코로나
- 학교 개학 연기 4월
- 이지혜
- 고민정
- 해킹
- 이태원 클라쓰 15회 예고
- 유튜버 김재석
- 은혜의 강 교회
- 제넥신
- 폰폰테스트
- 뭉쳐야 찬다
- 홍혜걸
- 김영권 아내
- 스콜피온킹
- 임영규
- 김재석
- libtins
- 이상형 만들기
- 김영권
- 금리인하
- 성남 코로나 확진자
Archives
- Today
- Total
Dork's port
Linux man page 번호의 의미 본문
MANUAL SECTIONS
The standard sections of the manual include:
1 User Commands
2 System Calls
3 C Library Functions
4 Devices and Special Files
5 File Formats and Conventions
6 Games et. al.
7 Miscellanea
8 System Administration tools and Daemons
Distributions customize the manual section to their specifics,
which often include additional sections.
Linux에서 특정 페이지의 manual을 보기 위해서는 아래와 같이 Section Number를 지정해주면 해당 Section에서 찾아준다!
$ man 2 accept
섹션 페이지를 특정해주지 않으면 결과가 달라지니 한번 시도해보자!
참조 : https://unix.stackexchange.com/questions/3586/what-do-the-numbers-in-a-man-page-mean
'Linux' 카테고리의 다른 글
locale.Error: unsupported locale setting 해결 (0) | 2018.12.16 |
---|---|
VIM auto Indent (0) | 2018.11.25 |
[Linux] LD_PRELOAD의 이해와 LD_PRELOAD를 이용한 함수 후킹 구현하기 (1) | 2018.11.01 |
Linux Makefile에서 PHONY의 의미 (0) | 2018.10.28 |
Linux Makefile에서 $@ $< $^의 의미 (0) | 2018.10.28 |
Comments