Answers for "linux check what program is using port"

11

ubuntu check process on port

sudo lsof -i:22
Posted by: Guest on May-19-2020
5

linux see used ports

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

Code answers related to "linux check what program is using port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language