Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Configuration files

&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}