service ntpd unrecognized


1 Answer(s)


Hi Yiwen,

You need to use the below commands to start and stop ntpd service:

# systemctl start ntpd
# systemctl enable ntpd
# systemctl status ntpd

Hope this helps.

Thanks.