Networking Forums

Networking Forums > Computer Networking > Linux Networking > Process(es) of UDP 47077, UDP 5353

Reply
Thread Tools Display Modes

Process(es) of UDP 47077, UDP 5353

 
 
Seongsu Lee
Guest
Posts: n/a

 
      05-30-2008, 07:27 AM
Hi,

Two UDP port is opened in my machine. How can I find process(es) which
opened the ports? No clue by fuser. Thanks in advance.

# netstat -an | grep udp
udp 0 0 0.0.0.0:47077 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*

# whoami
root

# fuser -v -n udp 47077

# fuser -v -n udp 5353
 
Reply With Quote
 
 
 
 
Allen Kistler
Guest
Posts: n/a

 
      05-30-2008, 07:39 AM
Seongsu Lee wrote:
> Hi,
>
> Two UDP port is opened in my machine. How can I find process(es) which
> opened the ports? No clue by fuser. Thanks in advance.
>
> # netstat -an | grep udp
> udp 0 0 0.0.0.0:47077 0.0.0.0:*
> udp 0 0 0.0.0.0:5353 0.0.0.0:*
>
> # whoami
> root
>
> # fuser -v -n udp 47077
>
> # fuser -v -n udp 5353


As root:
netstat -nap
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which process does dns requests? choowie Linux Networking 2 05-31-2006 06:58 PM
What/who uses UDP port 5353 Michael Badt Linux Networking 3 04-19-2006 02:07 PM
N3 Migration Process deanbo21@yahoo.co.uk Broadband 0 01-26-2006 02:10 PM
Script to run a process mia456789@yahoo.com.hk Linux Networking 1 01-25-2005 04:33 PM
can't kill the process mia456789@yahoo.com.hk Linux Networking 1 12-16-2004 04:39 AM



1 2 3 4 5 6 7 8 9 10 11