linux/v*: add Korean translation (#14755)

This commit is contained in:
코드싸이
2024-11-09 23:23:58 +09:00
committed by GitHub
parent 4bcf91eb31
commit 350b0b5b92
27 changed files with 529 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# vcgencmd
> Raspberry Pi의 시스템 정보를 출력합니다.
> 더 많은 정보: <https://www.raspberrypi.com/documentation/computers/os.html#vcgencmd>.
- 사용 가능한 모든 명령 나열:
`vcgencmd commands`
- 현재 CPU 온도 출력:
`vcgencmd measure_temp`
- 현재 전압 출력:
`vcgencmd measure_volts`
- 시스템의 제한 상태를 비트 패턴으로 출력:
`vcgencmd get_throttled`
- 부트로더 구성 출력 (Raspberry Pi 4 모델에서만 사용 가능):
`vcgencmd bootloader_config`
- 도움말 표시:
`vcgencmd --help`