Xerox 6180N Common Controller System Guide v 3.7 - Page 39

Syntax for TLI-based Internet services, Shell, login, exec, comsat and talk are

Page 39 highlights

System Guide Security and Network Setup # # # Configuration file for inetd(1M). # # To re-configure the running inetd process,edit this file, then # send the inetd process a SIGHUP. # # Syntax for socket-based Internet services: # # # Syntax for TLI-based Internet services: # # tli # # Ftp and telnet are standard Internetservices. #ftp stream tcp nowait root /usr/sbin/ in.ftpdin.ftpdtelnet stream tcp nowait root / usr/sbin/in.telnetdin.telnetd # # Tnamed serves the obsolete IEN-116 nameserver protocol. # ###name dgram udp wait root /usr/sbin/ in.tnamedin.tnamed # # Shell, login, exec, comsat and talk are BSDprotocols. # ###shell stream tcp nowait root /usr/sbin/ in.rshdin.rshdlogin stream tcp nowait root / usr/sbin/in.rlogindin.rlogind ###exec stream tcp nowait root /usr/sbin/ in.rexecdin.rexecd ###comsatdgram udp wait root /usr/sbin/ in.comsatin.comsat ###talk dgram udp wait root /usr/sbin/ in.talkdin.talkd ## Must run as root (to read /etc/shadow); "n"turns off logging in utmp/wtmp. # ###uucp stream tcp nowait root /usr/sbin/ in.uucpdin.uucpd # Common Controller 4-15

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110

System Guide
Security and Network Setup
Common Controller
4-15
#
#
# Configuration file for inetd(1M).
#
# To re-configure the running inetd
process,edit this file, then
# send the inetd process a SIGHUP.
#
# Syntax for socket-based Internet services:
# <service_name> <socket_type> <proto>
<flags><user> <server_pathname> <args>
#
# Syntax for TLI-based Internet services:
#
# <service_name> tli <proto> <flags>
<user><server_pathname> <args>
#
# Ftp and telnet are standard Internetservices.
#ftp stream tcp nowait root /usr/sbin/
in.ftpdin.ftpdtelnet stream tcp nowait root /
usr/sbin/in.telnetdin.telnetd
#
# Tnamed serves the obsolete IEN-116 nameserver
protocol.
#
###name dgram udp wait root /usr/sbin/
in.tnamedin.tnamed
#
# Shell, login, exec, comsat and talk are
BSDprotocols.
#
###shell stream tcp nowait root /usr/sbin/
in.rshdin.rshdlogin stream tcp nowait root /
usr/sbin/in.rlogindin.rlogind
###exec stream tcp nowait root /usr/sbin/
in.rexecdin.rexecd
###comsatdgram udp wait root /usr/sbin/
in.comsatin.comsat
###talk dgram udp wait root /usr/sbin/
in.talkdin.talkd
## Must run as root (to read /etc/shadow); "-
n"turns off logging in utmp/wtmp.
#
###uucp stream tcp nowait root /usr/sbin/
in.uucpdin.uucpd
#