To check a specific port’s usage (processes using a specific port), run this command
netstat -apt | grep ‘portnumber’
Replace “portnumber” with actual number.
Example:
netstat -apt | grep ’80’
To check a specific port’s usage (processes using a specific port), run this command
netstat -apt | grep ‘portnumber’
Replace “portnumber” with actual number.
Example:
netstat -apt | grep ’80’
Tags: check port usage