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


You need to login to view comments.