Pages

Check open port for program in Linux (Video)

Really need to share with you guys,

So how do you list the network open ports on your Linux server and the process that owns them? The answer is simple. Use the following command (must be run as the root user):

sudo lsof -i
sudo netstat -lptu
sudo netstat -tulpn


Sample outputs (see video demo):


Credit to: www.cyberciti.biz

No comments:

Post a Comment

You might also like:

  • Setup a Linux application to automatically startup when login
    Setup a Linux application to automatically startup when login

    Manual on openSUSE 11.2 Go to System >…

  • How to Decide Whether to Upgrade to Windows 7
    How to Decide Whether to Upgrade to Windows 7

    Just download, install, and run the Windows 7…

  • Configure Vista For Automatic Logon
    Configure Vista For Automatic Logon

    Only if you do not share your computer with any…

  • Presentation utility for zooming and drawing on the screen
    Presentation utility for zooming and drawing on the screen

    ZoomIt is screen zoom and annotation tool for…

Popular Posts