일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 미국 금리인하
- 제넥신
- 이상형 만들기
- 은혜의 강 교회
- 성남은혜의강교회
- 킹덤 고근희
- 리리남매
- libtins
- 고민정
- 뭉쳐야 찬다
- 임영규
- 최강욱
- 불가피
- 김재석
- 김영권 아내
- 이지혜
- 스페인 코로나
- 양적완화
- 김영권
- 금리인하
- 픽크루
- 해킹
- 성남 코로나 확진자
- 유튜버 김재석
- 홍혜걸
- 스콜피온킹
- 이태원 클라쓰 15회 예고
- 학교 개학 연기 4월
- 폰폰테스트
- 조희연
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