Answers for "how to list open port linux"

-1

how to get list port linux cmd

lsof -i -P -n | grep LISTEN
Posted by: Guest on May-15-2021
0

list of running ports linux

# it list the all running ports with process id.
$ netstat -ltnp
Posted by: Guest on July-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language