linux常用命令大全
in linux - Hits()
虽然网上总结了很多,这里主要记自己常用的:
查找
locate 最快,查数据库,使用前先更新数据库updatedb
find 功能最全 find /* -name "php.ini" | xargs grep "php_mbstring"
whereis
http://www.kuqin.com/linux/20091009/70532.html
http://blog.csdn.net/visame/article/details/2699426
性能监视
top
输入M以内存排序,输入P以CPU排序