为 UNIX 重新启动 inetD

如果更改了 inetd.conf 文件,那么必须重新启动 inetd

过程

  1. 将用户设置为 root
    $ su root
    Password: *****
  2. inet 发送 HUP 信号。
    root# kill -HUP
    inetd_processID
  3. 注销用户 root

反馈