Whereis

whereis는 바이너리, 소스 그리고 매뉴얼 페이지 파일 같은 특정한 파일의 위치를 찾는데 사용되는 유닉스 명령어이다. POSIX이고 셸 별칭(alias)들을 식별할 수 있기 때문에, 유닉스 type은 주로 바이너리 파일의 위치를 찾는데 선호된다.

아래는 맨 페이지에서의 사용 예시이다.

% # Find all files in /usr/bin which are not documented in /usr/man/man1 with source in /usr/src:
% cd /usr/bin
% whereis -u -M /usr/man/man1 -S /usr/src -f *

같이 보기

외부 링크

  • v
  • t
  • e
유닉스 명령 줄 인터페이스 프로그램과 내부 명령어
파일 시스템
  • cat
  • cd
  • dd
  • chmod
  • chown
  • chgrp
  • cksum
  • cmp
  • cp
  • du
  • df
  • fsck
  • fuser
  • ln
  • ls
  • lsof
  • mkdir
  • mount
  • mv
  • pwd
  • rm
  • rmdir
  • split
  • touch
  • umask
프로세스
  • at
  • chroot
  • cron
  • exit
  • kill
  • killall
  • nice
  • pgrep
  • pidof
  • pkill
  • ps
  • pstree
  • sleep
  • time
  • top
  • wait
사용자 환경
  • env
  • finger
  • id
  • logname
  • mesg
  • passwd
  • su
  • sudo
  • talk
  • uptime
  • w
  • wall
  • who
  • whoami
  • write
텍스트 처리
  • awk
  • comm
  • cut
  • ed
  • ex
  • fmt
  • head
  • iconv
  • join
  • less
  • more
  • paste
  • sed
  • sort
  • strings
  • tac
  • tail
  • tr
  • uniq
  • vi
  • wc
  • xargs
프로그램
  • alias
  • basename
  • dirname
  • echo
  • expr
  • printf
  • test
  • unset
네트워크검색
문서화
  • apropos
  • help
  • man
기타
이 글은 소프트웨어에 관한 토막글입니다. 여러분의 지식으로 알차게 문서를 완성해 갑시다.