命令与文件的查询
?
脚本与文件名查询:which文件名查找:whereis ,locate find
?数据库更新:updatedb
?
脚本文件名的查询(which)
语法:which [-a] command
选项和参数:
-a:将由PATH目录中能找到的指令都列出
?
说明:which执行更具当前用户环境变量指定的位置去寻找command,并返回第一个找到的结果(-a则返回所有)
?
[root@localhost tmp]# echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin [root@localhost tmp]# which ifconfig /sbin/ifconfig [root@localhost tmp]#
?
文件名查找
whereis
语法:whereis [-bmsu]文件或目录
选项和参数: