比如:找Nginx.conf配置文件
locate Nginx.conf/usr/local/etc/Nginx/Nginx.conf/usr/local/etc/Nginx/Nginx.conf.default
如果提示 locate 命令找不到 就安装下
安装:yum -y install mlocate安装完再尝试用locate定位内容,发现依然不好使,报了新的错误:locate: can not stat () `/var/lib/mlocate/mlocate.db‘: No such file or directory更新库:updatedb查找进程相关
ps aux|grep Nginx
ps -ef|grep Nginx
2者没有太大的差别。一个样其实
查找Nginx的启动的时候的配置文件
/usr/local/opt/Nginx/bin/Nginx -tNginx: the configuration file /usr/local/etc/Nginx/Nginx.conf Syntax is okNginx: configuration file /usr/local/etc/Nginx/Nginx.conf test is successful
测试可知,Nginx的配置文件路径为:/usr/local/etc/Nginx/Nginx.conf 且调用有效。
总结以上是内存溢出为你收集整理的linux查找文件利器全部内容,希望文章能够帮你解决linux查找文件利器所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)