What is command to start dhcp service at boot time in linux?
Answers
Answered by
1
To start the DHCP service, use the command /sbin/service dhcpd start . To stop the DHCP server, use the command /sbin/service dhcpd stop . By default, the DHCP service does not start at boot time. To configure the daemon to start automatically at boot time, refer to Chapter 16, Controlling Access to Services.
Similar questions