魚乾的筆記本
Follow excellence and success will chase you
星期五, 9月 14, 2012
查linux相關process
執行緒狀態 (ps)
自己 bash 程序
ps -l
觀察系統所有的程序資料
ps aux
httpd是否執行中
ps -ef | grep -i httpd
網路連線狀態 (netstat)
顯示所有 port 80 的連線,並把結果排序
netstat -an | grep :80 | sort
References
鳥哥-程序的觀察
netstat 檢查不尋常連線
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言