4.1. strace - trace system calls and signals
$ strace -f -F lighttpd
4.2. lsof - list open files
$ sudo lsof -c lighttpd
顯示打開檔案filename的進程
lsof filename
什麼程序運行在22連接埠上
lsof -i :22
顯示httpd進程現在打開的檔案
lsof -c httpd
-p 進程ID
pgrep httpd
lsof -p 1782
comments powered by