Answers for "how to list port no used in linux"

-1

how to get list port linux cmd

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

linux see used ports

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language