LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   netstat question (https://www.linuxquestions.org/questions/linux-networking-3/netstat-question-130576/)

zepplin611 01-01-2004 12:00 PM

netstat question
 
Greetings,

I typed in:

netstat --inet -a

on my server and the following was returned:

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:32768 *:* LISTEN
tcp 0 0 localhost:32769 *:* LISTEN
tcp 0 0 *:acap *:* LISTEN


What does "acap" refer too?

I checked /etc/services and grepped out acap and the following returned:

acap 674/tcp
acap 674/udp

I am running RH 9.0, on a 1.0 GHz pentium, IBM TP.

Thanks to all that can help.

g-rod 01-01-2004 01:07 PM

Try to find the process listening on that port
netstat -pan;

zepplin611 01-01-2004 02:54 PM

thanks g-rod...

the output from netstat -pan is:

tcp 0 0 0.0.0.0:674 0.0.0.0:* LISTEN 494/rpc.rquotad

And from a little hunting...rpc =

Rpc.rquotad is a rpc server which returns quotas for a user of a local filesystem which is NFS-mounted onto a remote machine.

thanks a bunch g-rod.

zepplin611


All times are GMT -5. The time now is 06:35 PM.