Answers for "linux get 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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language