我們常常會想查看Linux的一些進程,很自然地用到了:
ps -ef | grep xxx
ps: process show 展示進程
參數:1. e 顯示所有程序。
2. f 顯示UID,PPIP,C與STIME欄位
grep:global search regular expression(RE) and print out the line 全局正則匹配並輸出
我們常常會想查看Linux的一些進程,很自然地用到了:
ps -ef | grep xxx
ps: process show 展示進程
參數:1. e 顯示所有程序。
2. f 顯示UID,PPIP,C與STIME欄位
grep:global search regular expression(RE) and print out the line 全局正則匹配並輸出
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。