Debian: reboot

From OnnoWiki
Revision as of 16:50, 15 November 2021 by Onnowpurbo (talk | contribs) (Created page with " systemctl reboot systemctl poweroff As 'root' -> Edit /root/.bashrc Add to the end of the file: alias reboot='systemctl reboot' alias poweroff='systemctl poweroff'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
systemctl reboot
systemctl poweroff

As 'root' -> Edit /root/.bashrc

Add to the end of the file:

alias reboot='systemctl reboot'
alias poweroff='systemctl poweroff'