Linux命令 lsof使用

來源:互聯網
上載者:User

標籤:

lsof(list open files)是一個列出當前系統開啟檔案的工具。在linux環境下,任何事物都以檔案的形式存在,通過檔案不僅僅可以訪問常規資料,還可以訪問網路連接和硬體。

lsof +d /usr/local   顯示目前的目錄下被進程開啟的檔案

lsof +D /usr/local  顯示目前的目錄下被進程開啟的檔案,包括其他目錄下的檔案

lsof file           顯示開啟file的進程

lsof -c abc     顯示abc進程開啟的檔案

lsof -p 123     顯示pid為123的進程所開啟的檔案

lsof -g gid      顯示歸屬gid的進程情況

lsof -u root     顯示使用者root的進程所開啟的檔案

lsof -u ^root   顯示不是使用者root的進程所開啟的檔案

lsof -u 1000   顯示uid為1000的使用者的進程所開啟的檔案

lsof -i          顯示所有開啟的連接埠

lsof -i:80    顯示所有開啟80連接埠的進程

lsof -i [email protected]:5060   顯示哪些進程使用udp開啟了192.168.129.126的5060連接埠

lsof -i [email protected]:ftp -r      顯示哪些進程使用tcp開啟了192.168.129.126的ftp服務,-r不斷查看

http://blog.csdn.net/guoguo1980/article/details/2324454

Linux命令 lsof使用

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.