/etc/inetd.conf

linux

service    socket_type    protocol    flags    user    server_path    server_args

socket_type:    stream (TCP), datagram (UDP), raw, rdm, or seq packet
protocol:    rpc/tcp    or rpc/udp
flag:    wait (UDP), nowait (TCP)
user: the owner of the network device (the UID that the service should be run under, usually root)
server_path: path name to actual server program
server_args: command line options passed to the server
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License