Operating System - HP-UX
1834268 Members
93675 Online
110066 Solutions
New Discussion

Re: finding a process that is listening

 
HOT System_1
New Member

finding a process that is listening

Hi

when i issue the command netstat -a , i can see that i have a process that is listen in port number 901 .

i want to know which process is listening ,
i have lsof , and i try to find the process without any luck ,

is there another way to find this info ? ( this port doesnt show in /etc/services )

thanls
2 REPLIES 2
Ralph Grothe
Honored Contributor

Re: finding a process that is listening

have you tried

lsof -i :901

Madness, thy name is system administration
Denver Osborn
Honored Contributor

Re: finding a process that is listening

What does "lsof -i :901" return? It doesn't show any process, not even inetd or swat?

Normally if you have samba/cifs the swat util listens on port 901.

-denver