1、查找命令程序 例如,查找 touch 命令 1 2 [root@node1 /]# whereis touch touch: /usr/bin/touch /usr/share/man/man1/touch.1.gz 執(zhí)行效果如下: 如果只需要查找 touch 命令的二進(jìn)制文件,可以使用 -b 選項(xiàng)實(shí)現(xiàn): 1 2 [root@node1 /]# whereis -b touch touch: /usr/bin/touch 效果如下: 2、...
www.dbjr.com.cn/article/1747...htm 2025-6-7