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

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

@@ -0,0 +1,24 @@
# halt
> 시스템을 중지합니다.
> 더 많은 정보: <https://manned.org/halt.8>.
- 시스템 중지:
`halt`
- 시스템 전원 끄기 (`poweroff`와 동일):
`halt --poweroff`
- 시스템 재부팅 (`reboot`와 동일):
`halt --reboot`
- 시스템 관리자와 상의하지 않고 즉시 중지:
`halt --force`
- 시스템을 중지하지 않고 wtmp 종료 항목 작성:
`halt --wtmp-only`