A useful combination of options for the #netstat command on #linux is "-n -p -u -t -l -e": show all listening udp and tcp sockets, include program PID and extra information, do not translate numbers.
Senza categoria
1
Post
1
Autori
0
Visualizzazioni
-
A useful combination of options for the #netstat command on #linux is "-n -p -u -t -l -e": show all listening udp and tcp sockets, include program PID and extra information, do not translate numbers.
If you speak german, these options are easy to remember in this order: `netstat -tulpen` -- what means "tulips"
. A single tulip, `netstat -tulpe` turns on number resolution.
#FreeBSD equivalent is `sockstat -l -Ptcp,udp`
-
undefined Stefano Marinelli ha condiviso questa discussione