본문 바로가기

로그 저장소 :)/리눅스.Linux

Linux 도움말

1. man(도움말 명령어)  

  • 리눅스 도움말 명령어로 가장 많이 사용
  • vi 편집기 사용
     

   (1) man 명령어 위치 및 RPM 패키지
      - 명령어 위치 : /usr/bin/man
      - RPM 패키지명 : man-1.5o1-11.el4

   (2) man 명령어 사용법
      - man [Setion][Option] Command

   (3) man 명령어의 setion 정보

1 Commands
2 System calls
3 Library calls
4 Special files
5 File formats and conventions
6 Games

7 Conventions and miscellaneous
8 System management commands
9 Kernel routines

 

p POSIX Version




    (4) man 명령어 형식
 

 NAME  명령어의 간단한 설명
 SYNOPSIS  명령어의 사용법
 DESCRIPTION  명령어의 자세한 설명
 OPTIONS  명령어의 옵션
 EXAMPLES  명령어의 사용 예
 ENVIRONMENT  명령어의 환경
 SEE ALSO  명령어의 관련 명령어
 FILES  명령어의 관련된 파일
 BUGS  명령어의 버그
 TIPS  명령어의 팁
 AUTHOR  매뉴얼 만든이
 COPYRIGHT  명령어의 소유권

   

    (5) man 명령어 옵션
    
    -k  : apropos 명령어와 동일함. 
               (apropos 명령어 : whatis 데이터베이스에서 문자열을 포함한 모든 것을 검색)

          -f  : whatis 명령어와 동일함. 
                (whatis 명령어 : whatis 데이터베이스에서 문자열만 검색)

     (6) man 명령어 설정 파일
           - /etc/man.config

      (7) 참고사이트
           - 한글 Manpage 프로젝트 : http://man.kldp.org/wiki


manpages.chm



2. info(Info 문서를 읽음)     

  • Info 문서를 읽는 명령어
  • emacs 편집기 사용
  • man 명령어 보다는 내용이 적음

 
(1) info 명령어 위치 및 RPM 패키지
       - 명령어 위치 : /usr/bin/info
       - RPM 패키지명 : info-4.7-5.el4.2

 (2) info 명령어 사용법
        - info [OPTION] [MENU-ITEM..]



3. apropos(문자열을 포함한 모든 것을 검색)    

  • whatis 데이터베이스에서 문자열을 포함한 모든 것을 검색한다

  
  (1) apropos 명령어 위치 및 RPM 패키지
       - 명령어 위치 : /usr/bin/apropos
       - RPM 패키지명 : man-1.5o1-11.el4

   (2) apropos 명령어 사용법
       - apropos keyword


4. whatis(문자열만 검색) 

  •  whatis 데이터베이스에서 문자열만 검색한다

 
  (1) whatis 명령어 위치 및 RPM 패키지
      
- 명령어 위치 : /usr/bin/whatis
        - RPM 패키지명 : man-1.5o1-11.el4

   (2) whatis 명령어 사용
     
  - whatis keyword
  
   (3) 
참고 사항
        - /usr/bin/makewhatis 명령어를 사용해서 whatis 데이터베이스를 생성할 수 있다.



리눅스(유닉스)에서의 man은 백과사전이라고 볼 수 있다.

결론은 영어를 잘해야겠..;;;

 
*출처 : Engineer Instructor Troubleshooter Linux(중겸형님 카페)

'로그 저장소 :) > 리눅스.Linux' 카테고리의 다른 글

Linux Web Server(apache 1.3)  (0) 2009.07.31
Linux Backup  (0) 2009.07.30
가상메모리(Swap)  (0) 2009.07.28
리눅스 스케쥴링(Scheduling)  (0) 2009.07.28
Linux Network Setting  (0) 2009.07.27