【linux】which和whereis

时间:2023-12-10 18:18:26

which和whereis都是查询命令的指令。区别的是:

which能查询到命令所在位置:

[root@andon tmp]# which ls
alias ls='ls --color=auto'
/bin/ls

whereis 不仅能查询到命令所在位置,还能查到此命令的帮助文档

[root@andon tmp]# whereis ls
ls: /bin/ls /usr/share/man/man1p/ls.1p.gz /usr/share/man/man1/ls.1.gz