Advertisement
Guest User

lsof

a guest
Jun 12th, 2017
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. root@localhost:~# lsof -i -P -n | awk -F' ' '/LISTEN/ {print $9, $1}' | sort -n | uniq | cut -d':' -f2
  2. 10011 ts3server
  3. 110 dovecot
  4. 143 dovecot
  5.  
  6. 22 sshd
  7. 25 master
  8. 30033 ts3server
  9. 53 dnsmasq
  10. 80 apache2
  11. 3306 mysqld
  12. 4711 pihole-FT
  13. 953 named
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement