tags: linux admin title: Force Clock Update ```bash sudo service ntp stop sudo ntpd -gq sudo service ntp start ```