List listening ports in linux

netstat -nalpt --inet  | grep LISTEN | sed 's/\s\+/ /g'  | cut -d' ' -f4 | cut -d':' -f2 | uniq | sort -k 1 -n
howto/list_listening_ports_in_linux.txt · Last modified: 2022/01/03 16:03 by 127.0.0.1
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0