linux/p*: add Korean translation (#14712)
This commit is contained in:
24
pages.ko/linux/poweroff.md
Normal file
24
pages.ko/linux/poweroff.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# poweroff
|
||||
|
||||
> 시스템을 종료합니다.
|
||||
> 더 많은 정보: <https://www.manned.org/poweroff>.
|
||||
|
||||
- 시스템 종료:
|
||||
|
||||
`poweroff`
|
||||
|
||||
- 시스템 정지 (`halt`와 동일):
|
||||
|
||||
`poweroff --halt`
|
||||
|
||||
- 시스템 재부팅 (`reboot`와 동일):
|
||||
|
||||
`poweroff --reboot`
|
||||
|
||||
- 시스템 관리자에게 알리지 않고 즉시 종료:
|
||||
|
||||
`poweroff --force`
|
||||
|
||||
- 시스템을 종료하지 않고 wtmp 종료 항목 작성:
|
||||
|
||||
`poweroff --wtmp-only`
|
Reference in New Issue
Block a user