December 1999
Beginner
528 pages
11h 10m
English
Format:
whereis command_name
Use the whereis command to locate the binary and manual page locations of a command.
$ whereis fuser
fuser: /usr/sbin/fuser /usr/man/man1/fuser.1
$ whereis sort
sort: /bin/sort /usr/man/man1/sort.1
Notice the binary is not displayed in the next two examples, because it is a shell built-in, but we have manual pages for the commands.
$ whereis times
times: /usr/man/man2/times.2
$ whereis set
set: /usr/man/mann/set.n
Read now
Unlock full access