View Single Post

  #2 (permalink)  
Old 06-30-2007, 08:32 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

To display open port and related program use netstat command. Must run as the root user:
Code:
 netstat -tulpn
To list all established connections
Code:
netstat -nat | grep ESTA
If you need something else hit reply button
__________________
May the force with you!
Reply With Quote