Hacking Linux Exposed

About
Authors
Contents
Reviews
Foreword
Purchase

Articles
Books
Sourcecode
Tools
Errata

Home

 


(view this code in a separate window)

#
# Sample inetd.conf file
#

#echo       stream  tcp     nowait  root    internal
#echo       dgram   udp     wait    root    internal
#daytime    stream  tcp     nowait  root    internal
#daytime    dgram   udp     wait    root    internal
#time       stream  tcp     nowait  root    internal
#time       dgram   udp     wait    root    internal
pop-3       stream  tcp     nowait  root    /usr/sbin/pop3d
ftp         stream  tcp     nowait  root    /usr/sbin/ftpd -l
ssh         stream  tcp     nowait  root    /opt/sbin/sshd -i
telnet      stream  tcp     nowait  root    /usr/sbin/tcpd telnetd
#shell      stream  tcp     nowait  root    /usr/sbin/rshd