This command displays current IP connections to the tcp/udp service.
netstat -an | grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nThis site is archived. mig5 is taking a break from writing.
This command displays current IP connections to the tcp/udp service.
netstat -an | grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nThis site is archived. mig5 is taking a break from writing.