which 可执行文件名称 
查找文件、显示命令路径
输出如下:
[root@localhost ~]# which pwd

/bin/pwd

[root@localhost ~]#  which adduser

/usr/sbin/adduser

[root@localhost ~]#