B
RARP and BOOTP
B-8
Network Utilities for Phaser Color Printers
4.
Restart the inetd daemon without rebooting the system to put the
changes you have made into effect. Use one of the following
methods.
For BSD systems
a.
Find out the process ID number for the inetd daemon; type:
ps -aux | grep inetd
This command produces the following output:
root 193 0.0 0.0 48 0 ? IW Oct 24 0:12 inetd
root 12366 0.0 0.3 32 196 pb S 11:55 0:00 grep inetd
b.
Restart the inetd daemon, which is process ID number 193 in
this example. Type:
kill -HUP 193
For System V
a.
Find out the process ID number for the inetd daemon; type:
ps -ef | grep inetd
This command produces the following output:
root 6206 3112 0 Nov 06 - 0:00 /etc/inetd
root 13177 12135 2 06:36:22 pts/3 0:00 grep inetd
b.
Restart the inetd daemon, which is process ID number 6206 in
this example. Type:
kill -HUP 6206