SERVERS(5) — FILE FORMATS
NAME
servers − inet server data base
DESCRIPTION
The servers file contains the list of servers that inetd(8) operates. For each server a single line should be present with the following information:
name of server
protocol
server location
Items are separated by any number of blanks and/or tab characters. A “#” indicates the beginning of a comment; characters up to the end of the line are not interpreted by routines which search the file.
The name of the server should be the official service name as contained in services(5). The protocol entry is either udp or tcp. The server location is the full path name of the server program.
EXAMPLE
The following example is taken from the Sun UNIX system.
tcptcp /usr/etc/in.tcpd
telnettcp /usr/etc/in.telnetd
shelltcp /etc/in.rshd
logintcp /etc/in.rlogind
exectcp /usr/etc/in.rexecd
ttcpudp /usr/etc/in.ttcpd
syslogudp /usr/etc/in.syslog
comsatudp /usr/etc/in.comsat
talkudp /usr/etc/in.talkd
timetcp /usr/etc/in.timed
FILES
/etc/servers
SEE ALSO
Sun Release 1.1 — Last change: 13 December 1983