1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 16:22:08 +02:00
tldr/pages/linux/hwclock.md
2016-05-25 13:16:02 -04:00

15 lines
366 B
Markdown

# hwclock
> Used for reading or changing the hardware clock. Usually requires root.
- Display the current time as reported by the hardware clock:
`hwclock`
- Write the current software clock time to the hardware clock (sometimes used during system setup):
`hwclock --systohc`
- Write the current hardware clock time to the software clock:
`hwclock --hctosys`