timcowchip

netstat -tunlp

Mar 16th, 2021 (edited)
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. bash-5.1# netstat -tunlp
  2. Active Internet connections (only servers)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  4. tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 1285/httpd
  5. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1114/sshd: /usr/sbi
  6. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1160/cupsd
  7. tcp6 0 0 :::22 :::* LISTEN 1114/sshd: /usr/sbi
  8. tcp6 0 0 ::1:631 :::* LISTEN 1160/cupsd
  9. udp 0 0 192.168.50.97:68 0.0.0.0:* 1767/dhcpcd: wlan0
Add Comment
Please, Sign In to add comment