码迷,mamicode.com
首页 > 系统相关 > 详细

Linux系统文件查找

时间:2015-12-26 23:50:53      阅读:400      评论:0      收藏:0      [点我收藏+]

标签:linux 查找 find slocate grep which whereis

命令
介绍
常用参数
which

可执行文件或命令查找

查找顺序为:①别名(alias)

②$PATH


whereis
比which更全

slocate
在数据库中查找,由于数据库不是实时更新,有时候需要手动执行updatedb更新数据库

locate

-r(uler) ‘‘ 单引号中加正则表达式

find
从指定目录开始,直接查找硬盘

–user

–type

–name

–group

–perm

–size

–mtime

grep
按照字符串查找

-i ignore大小写

-v --invert-match

-w 匹配单词

--color


本文出自 “人生一首断章” 博客,请务必保留此出处http://duanzhang.blog.51cto.com/9200924/1728583

Linux系统文件查找

标签:linux 查找 find slocate grep which whereis

原文地址:http://duanzhang.blog.51cto.com/9200924/1728583

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!