2006年11月10日 星期五

[note]移除不必要的service

用 ps ax 可以知道目機有那些會使用I/O port的行程在跑,可以的話,盡量讓這些程式減少到一頁,同時也要注意inetd或xinetd有沒有代理那些service,

//檢查inetd中有那些service
$ grep -v "^#" /etc/inetd.conf

//關 service
#/etc/init.d/some_service stop

// 列出正在listen的程式
#netstat -lp

沒有留言: