Check Port Usage

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’

Was this helpful?

Previous Article

Check for Installed RPMs

Next Article

Disk Space Usage