Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-10 00:21:37 +00:00
parent 15848b0938
commit 9420175cb8
27 changed files with 159 additions and 74 deletions

View File

@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
- Display the current time as reported by the hardware clock:
`hwclock`
`sudo hwclock`
- Write the current software clock time to the hardware clock (sometimes used during system setup):
`hwclock {{[-w|--systohc]}}`
`sudo hwclock {{[-w|--systohc]}}`
- Write the current hardware clock time to the software clock:
`hwclock {{[-s|--hctosys]}}`
`sudo hwclock {{[-s|--hctosys]}}`