Restarting inetd for UNIX®

If you changed the inetd.conf file, you must restart inetd.

Procedure

  1. Set user to root.
    $ su root
    Password: *****
  2. Send an HUP signal to inet.
    root# kill -HUP
    inetd_processID
  3. Exit from user root.

Feedback