List all listening processes and open ports


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

Useful to quickly identify processes listening to ports (to eventually kill them).


Copy this code and paste it in your HTML
  1. netstat -ltnp

Report this snippet


Comments


You need to login to view comments.