Linux下的信號處理

lsof 查看某個文件被哪些進程在讀寫 lsof 文件名 查看某個進程打開了哪些文件 lsof –c 進程名 lsof –p 進程號 用法小結 lsof abc.txt 顯示開啓文件abc.txt的進程 lsof -i :22 知道22端口現在運行什麼程序 lsof -c nsd 顯示nsd進程現在打開的文件 lsof -g gid 顯示歸屬gid的進程情況 lsof +d /usr/local/
相關文章
相關標籤/搜索