Answers for "open port linux command"

3

ports in use linux

# To see ports in use
sudo lsof -i -P -n | grep LISTEN 
sudo netstat -tulpn | grep LISTEN
Posted by: Guest on January-27-2021
1

linux opened ports

netstat -pln
Posted by: Guest on July-02-2021
0

check open port linux

netstat -lntu
Posted by: Guest on October-06-2021
0

scan port linux

netstat -plnt
Posted by: Guest on December-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language