Find which process is listening to a specific port


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

Find which process is listening to a specific port. (ex: port 80)


Copy this code and paste it in your HTML
  1. sudo netstat -lpn | grep -E ':(80)'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.