mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02:00
24 lines
444 B
Markdown
24 lines
444 B
Markdown
# poweroff
|
|
|
|
> 시스템을 종료합니다.
|
|
> 더 많은 정보: <https://www.manned.org/poweroff>.
|
|
|
|
- 시스템 종료:
|
|
|
|
`poweroff`
|
|
|
|
- 시스템 정지 (`halt`와 동일):
|
|
|
|
`poweroff --halt`
|
|
|
|
- 시스템 재부팅 (`reboot`와 동일):
|
|
|
|
`poweroff --reboot`
|
|
|
|
- 시스템 관리자에게 알리지 않고 즉시 종료:
|
|
|
|
`poweroff {{[-f|--force]}}`
|
|
|
|
- 시스템을 종료하지 않고 wtmp 종료 항목 작성:
|
|
|
|
`poweroff {{[-w|--wtmp-only]}}`
|