Answers for "find who keep port on linux"

7

find out which procses is using port linux

sudo lsof -i:<port_number>
Posted by: Guest on July-30-2020
0

check port status linux

You can check if a process listens on a TCP or UDP port with netstat -tuplen.
Posted by: Guest on November-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language