# 
# These are standard services. 
# 
ftp     stream  tcp      nowait  root    /usr/sbin/tcpd  /usr/sbin/in.ftpd 
telnet  stream  tcp      nowait  root    /usr/sbin/tcpd  /usr/sbin/in.telnetd 
smtp    stream  tcp      nowait  root    /usr/sbin/tcpd  /usr/bin/rsmtp  -bs 
#
# Shell, login, exec and talk are BSD protocols. 
#
shell   stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/in.rshd 
login   stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/in.rlogind 
exec    stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/in.rexecd 
talk    dgram   udp     wait    root    /usr/sbin/tcpd  /usr/sbin/in.ntalkd 
ntalk   dgram   udp     wait    root    /usr/sbin/tcpd  /usr/sbin/in.ntalkd
 
Back to article