Ubuntu_which_whereis_locate - 8BitsCoding/RobotMentor GitHub Wiki


which

๋ช…๋ น์–ด์˜ ์œ„์น˜๋ฅผ ์ฐพ์•„์ฃผ๋Š” ๋ช…๋ น

$ which find
# /bin/find

whereis

๋ช…๋ น์–ด์˜ ์œ„์น˜, ์†Œ์Šค์œ„์น˜, manํŽ˜์ด์ง€ ํŒŒ์ผ ์œ„์น˜๋ฅผ ์ฐพ์•„์ค€๋‹ค.

$ whereis find
# find: /bin/find /usr/bin/find /usr/share/man1/find.1.gz

locate

ํŒจํ„ด์˜ ํŒŒ์ผ์„ ์ฐพ์„๋•Œ ์‚ฌ์šฉ๋œ๋‹ค.

$ locate *.bak
# or
$ locate -n 10 *.conf
# 10๊ฐœ์˜ *.confํŒŒ์ผ์˜ ์œ„์น˜๋ฅผ ์ฐพ์•„๋‹ฌ๋ผ