linux/h*: add Korean translation (#14705)

This commit is contained in:
코드싸이
2024-11-09 13:27:13 +09:00
committed by GitHub
parent 6acaad1270
commit 65635e8a74
17 changed files with 422 additions and 0 deletions

16
pages.ko/linux/hwclock.md Normal file
View File

@@ -0,0 +1,16 @@
# hwclock
> 하드웨어 시계를 읽거나 변경합니다. 일반적으로 루트 권한이 필요합니다.
> 더 많은 정보: <https://manned.org/hwclock>.
- 하드웨어 시계에 의해 보고된 현재 시간 표시:
`hwclock`
- 현재 소프트웨어 시계 시간을 하드웨어 시계에 기록 (시스템 설정 중에 사용되기도 함):
`hwclock --systohc`
- 현재 하드웨어 시계 시간을 소프트웨어 시계에 기록:
`hwclock --hctosys`