Hardware/Clock
Mise à l'heure
- Arrêt du daemon ntp
/etc/init.d/ntpd stop
- Mise à l'heure logicielle
ntpdate -s -u clock.redhat.com
- Forçage de l'heure au niveau hardware
hwclock --systohc
- Redémarrage du daemon ntp
/etc/init.d/ntpd start
/etc/init.d/ntpd stop
ntpdate -s -u clock.redhat.com
hwclock --systohc
/etc/init.d/ntpd start