Which program is listening on which port

Alexander Dalloz alexander.dalloz at uni-bielefeld.de
Wed Jun 23 16:00:15 UTC 2004


Am Mi, den 23.06.2004 schrieb Andreas Röxeisen um 17:48:

> can anyone tell me how I can find out which program is listening on
> which port or using which port.

> TIA, Andreas

netstat -alpen

to limit the output to only tcp ports run

netstat -alpen | grep ^tcp

to limit to udp ports

netstat -alpen | grep ^udp

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
Fedora GNU/Linux Core 2 (Tettnang) on Athlon CPU kernel 2.6.6-1.435 
Serendipity 17:52:51 up 16:31, 8 users, 0.15, 0.19, 0.17 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040623/a9533bfe/attachment-0001.sig>


More information about the fedora-list mailing list