1 articles tagged "command shell"
- Linux / UNIX: Determine where a binary command is stored / located on file system
You can use “type” or “whereis” command to find out which command shell executes and to print binary (command) file location for specified command.
whereis command example
Display ls command location along with man page path:
whereis ls
Output:
ls: /bin/ls /usr/share/man/man1p/ls.1p.gz /usr/share/man/man1/ls.1.gz
type command example
Find out which command the shell executes:
type -a ls
Output:
ls is aliased to `ls [...]
Viewing 1-1 of 1 posts. ( see all popular tags )


Recent Comments
Today ~ 38 Comments
Today ~ 1 Comment
Today ~ 1 Comment
06/16/2008 03:23 pm ~ 3 Comments
Today ~ 3 Comments