- Inetd.conf runs internet programs that have low usage.
- Waits for a connection on the socket, then runs the program.
- Allows gazillion services to run using only a single process.
- Just add a line in /etc/inetd.conf
ftp stream tcp nowait root /usr/sbin/rcpd in.ftpd -l -a
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd