5/16/2018

NTP restart command in Linux

  Mohan       5/16/2018
NTP is used to sync the network servers time with global one.Restarting NTP is require in some case when automatic NTP IP is not picked up. We need to use below command in Linux to restart NTP

To start NTP:
systemctl start ntpd 

To stop NTP:
systemctl stop ntpd

To check status of  NTP:
systemctl stop ntpd

We can use above commands to restart,stop checking the status of NTP in linux
logoblog

Thanks for reading NTP restart command in Linux

Previous
« Prev Post

No comments:

Post a Comment