From time to time it’s handy to be able to see exactly which process is using a particular port on a Linux system – especially if you’re debugging issues.
This command will let you see exactly what’s going on – you simply change the port number:
lsof -i:80
If you need the standard port numbers you can check this list







Leave a Reply