Check If A Port Is In Use
We can check if a port is in use or not, by following ways in Linux.
Option 1
lsof
Also, we can check a specific port by running -
Option 2
netstat
Option 3
nmap
Source: CyberCiti
Last updated
We can check if a port is in use or not, by following ways in Linux.
lsof
Also, we can check a specific port by running -
netstat
nmap
Source: CyberCiti
Last updated