Answers for "check open port user linux"

2

linux check if a port is open

sudo lsof -i -P -n | grep LISTEN
Posted by: Guest on June-16-2021
5

check what ports are open linux

## if you use linux
sudo ss -tulw
Posted by: Guest on May-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language