Is it safe to stop xinetd on port 113? I'm trying to have only 1 port open.
[root@bubba root]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 1615/xinetd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1601/sshd
[root@bubba root]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 1615/xinetd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1601/sshd