shell编程系列7--shell中常用的工具find、locate、which、whereis

shell编程系列7--shell中常用的工具find、locate、which、whereis 1.文件查找之find命令 语法格式:find [路径] [选项] [操作] 选项 -name 根据文件名查找 -perm 根据文件权限查找 -prune 该选项可以排除某些查找目录 -user 根据文件属主查找 -group 根据文件属组查找 -mtime -n
相关文章
相关标签/搜索