Linux netstat tricks


/ Published in: Bash
Save to your folder(s)

View ports on linux


Copy this code and paste it in your HTML
  1. # netstat -anp --tcp --udp | grep LISTEN
  2. # netstat -antp

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.