%general-entities; ]> $LastChangedBy$ $Date$ Inetutils-&inetutils-version; Introduction to <application>Inetutils</application> The Inetutils package contains network clients and servers. Package information Download (HTTP): Download (FTP): Download size: &inetutils-size; Estimated disk space required: &inetutils-buildsize; Estimated build time: &inetutils-time; Additional downloads Required Patch (If compiled using Linux-2.6.x): <application>Inetutils</application> dependencies Optional , , krb4 and or Installation of <application>Inetutils</application> Install Inetutils by running the following commands: patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch && ./configure --prefix=/usr --libexecdir=/usr/sbin \ --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man --infodir=/usr/share/info \ --disable-logger --disable-syslogd && make && make install && mv /usr/bin/ping /bin Command explanations --disable-logger: This switch prevents Inetutils installing a logger program, which is installed in the LFS Book. --disable-syslogd: This switch prevents Inetutils installing a System Log Daemon, which is installed in the LFS Book. : This switch makes Inetutils compile against tcp-wrappers. Add this option if you want to utilize tcp-wrappers. : This switch will prevent Inetutils installing an outdated whois client. Add this option if you plan on installing . : This switch makes Inetutils link against Linux-PAM libraries. Add this option if you want to utilize PAM. : Some of the servers included with Inetutils are insecure in nature and in some cases better alternatives exist. You can choose this switch to enable only the servers you need, avoiding the installation of unneeded servers. Contents The Inetutils package contains network clients and servers. Description ftp ftp is an ARPANET file transfer client. logger logger make entries in the system log. ping ping sends ICMP ECHO_REQUEST packets to network hosts. rcp rcp is a remote file copy client. rlogin rlogin is a remote login client. rsh rsh is a remote shell client. syslogd syslogd logs systems messages. talk talk allows communication between users. telnet telnet is a user interface to the TELNET protocol. tftp tftp is an Internet Trivial File Transfer Protocol client. whois whois is a client for the whois directory service. ftpd ftpd is a DARPA Internet File Transfer Protocol server. inetd inetd is an Internet super-server. rexecd rexcd is a remote execution server. rlogind rlogind is a remote login server. rshd rshd is a remote shell server. talkd talkd is a remote user communication server. telnetd telnetd is a DARPA TELNET protocol server. tftpd tftpd is an Internet Trivial File Transfer Protocol server. uucpd uucpd is the server for supporting UUCP connections over networks.