# 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
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
# it list the all running ports with process id.
$ netstat -ltnp
netstat -tulpn
sudo netstat -tulpn | grep LISTEN
sudo lsof -i:22 # see a specific port such as 22
sudo netstat -tulpn
# To check the listening ports and applications on Linux
# Use any of the following command on terminal
sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
sudo lsof -i:80 # see a specific port such as 80
@Oceangreen Technology - We Work For Excellence
sudo lsof -i:22 # see a specific port such as 22
open ports LNX