mirror of https://github.com/CrimsonTome/tldr.git
25 lines
429 B
Markdown
25 lines
429 B
Markdown
|
# poweroff
|
||
|
|
||
|
> Matikan sistem.
|
||
|
> Informasi lebih lanjut: <https://www.man7.org/linux/man-pages/man8/poweroff.8.html>.
|
||
|
|
||
|
- Matikan sistem:
|
||
|
|
||
|
`poweroff`
|
||
|
|
||
|
- Hentikan sistem (sama seperti `halt`):
|
||
|
|
||
|
`poweroff --halt`
|
||
|
|
||
|
- Reboot sistem (sama seperti `reboot`):
|
||
|
|
||
|
`poweroff --reboot`
|
||
|
|
||
|
- Matikan segera tanpa menghubungi manajer sistem:
|
||
|
|
||
|
`poweroff --force --force`
|
||
|
|
||
|
- Tulis entri wtmp shutdown tanpa mematikan sistem:
|
||
|
|
||
|
`poweroff --wtmp-only`
|