linux下查找一般文件方法
vi /etc/updatedb.conf
修改以下内容
DAILY_UPDATE=yes
然后在shell下运行updatedb
最后查找所需文件
例如 locate pub(查找含有pub的文件)