WHEREIS(1) | User Commands | WHEREIS(1) |
whereis - locate the binary, source, and manual page files for a command
whereis [options] [-BMS directory... -f] name...
whereis locates the binary, source and manual files for the specified command names. The supplied names are first stripped of leading pathname components and any (single) trailing extension of the form .ext (for example: .c) Prefixes of s. resulting from use of source code control are also dealt with. whereis then attempts to locate the desired program in the standard Linux places, and in the places specified by $PATH and $MANPATH.
The search restrictions (options -b, -m and -s) are cumulative and apply to the subsequent name patterns on the command line. Any new search restriction resets the search mask. For example,
whereis -bm ls tr -m gcc
The options -B, -M and -S reset search paths for the subsequent name patterns. For example,
whereis -m ls -M /usr/share/man/man1 -f cal
To find all files in /usr/bin which are not documented in /usr/man/man1 or have no source in /usr/src:
By default whereis tries to find files from hard-coded paths, which are defined with glob patterns. The command attempts to use the contents of $PATH and $MANPATH environment variables as default search path. The easiest way to know what paths are in use is to add the -l listing option. Effects of the -B, -M, and -S are displayed with -l.
The whereis command is part of the util-linux package and is available from Linux Kernel Archive.
October 2014 | util-linux |