What is port 32769 in Linux?

My server came with some service enabled on port 32769. Does anyone know what it is?

Code:
# netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 127.0.0.1:32769         0.0.0.0:*               LISTEN      667/xinetd

 

 

 

 

Top