Loading...
Select Version
&pagelevel(3)&pagelevel
The following files are described in this section:
inetd.conf
protocols
services
networks
hosts
If you have made changes to these files, you must cause the inetd daemon program to reread the files. To do this, the SIGHUP signal must be sent to the inetd process:
$ INETD_PID=... $ kill -s HUP ${INETD_PID}