WebHosting

Thursday, March 15, 2012

How to list open ports in ubuntu lunux.


Open and listening ports :

netstat -anltp | grep "LISTEN"

Established ports :

netstat -anltp | grep "ESTABLISHED"

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

How to Enable and Configure Remote Desktop (RDP) on Ubuntu 24.04.4 LTS

Remote Desktop Protocol (RDP) support in Ubuntu has become considerably easier with the GNOME Remote Desktop stack included in modern Ubuntu...