为 UNIX 重新启动 inetD
如果更改了
inetd.conf
文件,那么必须重新启动
inetd
。
过程
将用户设置为
root
。
$ su root Password: *****
向
inet
发送 HUP 信号。
root# kill -HUP inetd_processID
注销用户
root
。
反馈