Jul 29, 2005 #1 we2aresame Technical User Joined Feb 10, 2003 Messages 128 Location CA how to list which daemon is using a port? Thanks.
Jul 29, 2005 #2 hirschaj MIS Joined May 19, 2005 Messages 350 Location US You will want to install and use lsof. Jim Hirschauer http://www.aixexpert.com Upvote 0 Downvote
Jul 30, 2005 #3 fjchia Technical User Joined Feb 8, 2004 Messages 7 Location US netstat -Aan Active Internet connections (including servers) PCB/ADDR Proto Recv-Q Send-Q Local Address Foreign Address (state) 7038edf0 tcp4 0 0 *.22 *.* LISTEN . . . rmsock 7038edf0 tcpcb The socket 0x704abc00 is being held by proccess 12632 (sshd) Upvote 0 Downvote
netstat -Aan Active Internet connections (including servers) PCB/ADDR Proto Recv-Q Send-Q Local Address Foreign Address (state) 7038edf0 tcp4 0 0 *.22 *.* LISTEN . . . rmsock 7038edf0 tcpcb The socket 0x704abc00 is being held by proccess 12632 (sshd)
Aug 2, 2005 Thread starter #4 we2aresame Technical User Joined Feb 10, 2003 Messages 128 Location CA I'd like to clarify my question: Can I see which daemon is using port 55? Thanks. Upvote 0 Downvote