Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Finding what services are running on your machine.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
acidreign
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2002
Posts: 122
Location: Brisbane, Australia

PostPosted: Sun Nov 10, 2002 8:42 am    Post subject: Finding what services are running on your machine. Reply with quote

An easy way to find out what application is opening what port you can use netstat, for example

# for any tcp conections
netstat -p -t

# for any udp connection
netstat -p -t

The name of the application will be slown in the far right column.

Just a tip :O)
Back to top
View user's profile Send private message
garo
Bodhisattva
Bodhisattva


Joined: 15 Jul 2002
Posts: 860
Location: Edegem,BELGIUM

PostPosted: Sun Nov 10, 2002 10:03 am    Post subject: Reply with quote

Quote:
# for any udp connection
netstat -p -t
???
Shouldn't this be
Quote:
# for any udp connection
netstat -p -u
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Sat Nov 16, 2002 5:28 pm    Post subject: Reply with quote

Code:
fuser port/tcp
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum