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’

Tags:

previous article

Disk Space Usage