Answers for "checked used ports linux"

5

linux see used ports

netstat -tulpn
Posted by: Guest on September-23-2020
0

linux check the specific ports in use

sudo lsof -i:22 # see a specific port such as 22
Posted by: Guest on March-08-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language