查看shell 命令 路径

type

[root@web01 ~]# type mount
mount is /bin/mount

which

[root@web01 ~]# type ifconfig
ifconfig is hashed (/sbin/ifconfig)
[root@web01 ~]# which ifconfig
/sbin/ifconfig

 

posted @ 2019-04-03 05:09  小咔嚓  阅读(1240)  评论(0)    收藏  举报