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


You need to login to view comments.