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

【linux】locate介绍

时间:2016-06-02 11:17:17      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

Locale和everything 类似,有本地的检索库,它会自动更新检索库,但新创建的文件,不能用locale 查到,需要手动更新检索库update db 才能搜索到,在/tmp 目录下的文件不能搜索到

[root@andon ~]# touch cangjingkong
[root@andon ~]# locate cangjingkong
[root@andon ~]# updatedb 
[root@andon ~]# locate cangjingkong
/root/cangjingkong

 

[root@andon tmp]# mkdir linzhiling
[root@andon tmp]# updatedb
[root@andon tmp]# locate linzhiling

 

同样locate -i 不区分大小写进行查询

【linux】locate介绍

标签:

原文地址:http://www.cnblogs.com/paulwinflo/p/5552148.html

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