rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)

* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
This commit is contained in:
코드싸이
2024-11-09 22:28:34 +09:00
committed by GitHub
parent 166a22671a
commit 624a50f563
65 changed files with 1283 additions and 1 deletions

24
pages.ko/linux/reboot.md Normal file
View File

@@ -0,0 +1,24 @@
# reboot
> 시스템을 재부팅합니다.
> 더 많은 정보: <https://manned.org/reboot.8>.
- 시스템 재부팅:
`reboot`
- 시스템 전원 끄기 (`poweroff`와 동일):
`reboot --poweroff`
- 시스템 중지 (모든 프로세스를 종료하고 CPU를 셧다운) (`halt`와 동일):
`reboot --halt`
- 시스템 관리자를 거치지 않고 즉시 재부팅:
`reboot --force`
- 시스템을 재부팅하지 않고 wtmp 종료 항목 기록:
`reboot --wtmp-only`