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