ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.ftpd |
| 1. service-name | valid name from /etc/services |
| 2. socket type | stream for TCP and dgram for UDP |
| 3. protocol | valid protocol from /etc/protocols |
| 4. flag | nowait if multithreaded and wait if single-threaded |
| 5. user/group | run application as user or group |
| 6. program | usually tcpd |
| 7. argument | the name of the daemon that needs to be run |