Find Open ports in Linux

by Vinoth 2010-04-26 15:38:58

Here the command to find the open ports in linux
netstat -anp | grep LISTEN | awk '{print $4}' | sed s/".*:"//g | sort -n -u

Tagged in:

1404
like
0
dislike
0
mail
flag

You must LOGIN to add comments