How do you check if a port is being used in Solaris?
How do you check if a port is being used in Solaris? Best Answer Open a terminal session. Type the command “netstat -an” to obtain a list of all the open ports. Type the command “netstat -an | grep 8080” to determine whether port “8080” is open. You can replace “8080” with any specific port […]