Posted on Leave a comment

HowTo: UNIX / Linux Open TCP / UDP Ports

You can use the netstat command:

[box type=”shadow”]netstat -tulpn[/box]

[box type=”shadow”]netstat -nat | grep LISTEN[/box]

Leave a Reply