Answers for "linux open port"

1

linux opened ports

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

check what ports are open linux

## if you use linux
sudo ss -tulw
Posted by: Guest on May-31-2020
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
0

raspberrypi open port

sudo ufw allow portx
Posted by: Guest on May-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language