Thread
:
Sensing the port on RHEL AS4
View Single Post
#
2
(
permalink
)
06-30-2007, 08:32 PM
monk
Senior Member
User
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power:
5
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!
TLDP
|
Debian
|
Comparison of Linux distributions
monk
View Public Profile
Send a private message to monk
Visit monk's homepage!
Find all posts by monk