Q:

linux see used ports

# Any of the following
sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
sudo lsof -i:22 # see a specific port such as 22
sudo nmap -sTU -O IP-address-Here
20
sudo lsof -i:22
9
sudo netstat -tulpn | grep LISTEN

sudo lsof -i:22 # see a specific port such as 22
3
netstat -tulpn
5
## if you use linux
sudo ss -tulw
2

New to Communities?

Join the community