HP-UX Internet Services Administrator's Guide (August 2003)
Troubleshooting Internet Services
Troubleshooting Tips
Chapter 5 109
Table 5-4 lists the entries that are required in the
/etc/inetd.conf file.
Check the permissions on the files in the /usr/lbin
and /usr/sbin directories. The files ftpd, bootpd,
telnetd, rlogind, remshd, rexecd, rwhod, and inetd
must be owned and executable by root only. The file
fingerd must be owned and executed by bin only. No
other user should have permission to write them,
although all users can read them.
Table 5-5 lists the entries that are required in the
/etc/services file.
Table 5-4 Entries Required in /etc/inetd.conf
Service
Requested
inetd.conf Entry
ftp ftp stream tcp nowait root /usr/lbin/ftpd
ftpd
telnet telnet stream tcp nowait root
/usr/lbin/telnetd telnetd
rlogin login stream tcp nowait root
/usr/lbin/rlogind rlogind
remsh, rcp shell stream tcp nowait root
/usr/lbin/remshd remshd
rexec library exec stream tcp nowait root
/usr/lbin/rexecd rexecd
tftp tftp dgram udp nowait root /usr/lbin/tftpd
tftpd
bootpd bootps dgram udp wait root
/usr/lbin/bootpd bootpd
fingerd finger stream tcp nowait bin
/usr/lbin/fingerd fingerd
Table 5-5 Entries Required in /etc/services
Service Requested /etc/services Entry