netstat

# This will show the open port in the machine
netstat -antp | grep -i list

Last updated