Linux 通過os進程pid找到連接埠號碼

來源:互聯網
上載者:User

標籤:

[[email protected] ~]# netstat -tulpnActive Internet connections (only servers)Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   tcp        0      0 127.0.0.1:2208              0.0.0.0:*                   LISTEN      3338/./hpiod        tcp        0      0 0.0.0.0:736                 0.0.0.0:*                   LISTEN      3098/rpc.statd      tcp        0      0 127.0.0.1:37094             0.0.0.0:*                   LISTEN      4418/ocssd.bin      tcp        0      0 0.0.0.0:54955               0.0.0.0:*                   LISTEN      4919/ora_d000_orcl  tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      3058/portmap        tcp        0      0 0.0.0.0:1521                0.0.0.0:*                   LISTEN      4974/tnslsnr        tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      3358/sshd           tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      3369/cupsd          tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      3404/sendmail       tcp        0      0 127.0.0.1:43259             0.0.0.0:*                   LISTEN      4418/ocssd.bin      tcp        0      0 127.0.0.1:2207              0.0.0.0:*                   LISTEN      3343/python         udp        0      0 127.0.0.1:33429             0.0.0.0:*                               4418/ocssd.bin      udp        0      0 127.0.0.1:20633             0.0.0.0:*                               4921/ora_s000_orcl  udp        0      0 0.0.0.0:21080               0.0.0.0:*                               3763/avahi-daemon   udp        0      0 127.0.0.1:13017             0.0.0.0:*                               4891/ora_pmon_orcl  udp        0      0 0.0.0.0:730                 0.0.0.0:*                               3098/rpc.statd      udp        0      0 0.0.0.0:733                 0.0.0.0:*                               3098/rpc.statd      udp        0      0 127.0.0.1:7394              0.0.0.0:*                               4418/ocssd.bin      udp        0      0 0.0.0.0:5353                0.0.0.0:*                               3763/avahi-daemon   udp        0      0 127.0.0.1:63341             0.0.0.0:*                               4418/ocssd.bin      udp        0      0 0.0.0.0:111                 0.0.0.0:*                               3058/portmap        udp        0      0 0.0.0.0:631                 0.0.0.0:*                               3369/cupsd          udp        0      0 127.0.0.1:16633             0.0.0.0:*                               4919/ora_d000_orcl  udp        0      0 127.0.0.1:61818             0.0.0.0:*                               4418/ocssd.bin      


下面根據os進程id(4974)檢查使用的連接埠號碼:

[[email protected] ~]# netstat -nap | grep 4974tcp        0      0 0.0.0.0:1521                0.0.0.0:*                   LISTEN      4974/tnslsnr        tcp        0      0 127.0.0.1:1521              127.0.0.1:11798             ESTABLISHED 4974/tnslsnr        unix  2      [ ACC ]     STREAM     LISTENING     15990  4974/tnslsnr        /var/tmp/.oracle/s#4974.1unix  2      [ ACC ]     STREAM     LISTENING     15992  4974/tnslsnr        /var/tmp/.oracle/s#4974.2unix  3      [ ]         STREAM     CONNECTED     14974  4663/gconfd-2       [[email protected] ~]# 

 

Linux 通過os進程pid找到連接埠號碼

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.