标签:ini 资源 http article 数据 https where 目录 art
1.whereis 文件名
特点:快速,但是是模糊查找
例如:
whereis php #会把php,php.ini,php.*所在的目录都找出来.
2.find / -name 文件名
特点:准确,但速度慢,消耗资源大
例如:
如果想找到php.ini的准确位置,需要用
#find / -name php.ini
3.locate 文件名
最快,最好的方法.
注意:第一次使用该命令,可能需要更新数据库,按照提示的命令执行一下就好了.
原文:https://blog.csdn.net/lieyanhaipo/article/details/17055667
标签:ini 资源 http article 数据 https where 目录 art
原文地址:https://www.cnblogs.com/liujx2019/p/12696861.html