Useful commands for displaying Network Services/Connections

#netstat -an|awk ‘/tcp/ {print $6}’|sort| uniq -c

#netstat -anp

#lsof|grep LISTEN

  • Share/Bookmark

Tags:

Leave a Reply