Tips
From GRLUG
| Table of contents |
[edit]
Linux Operating System
[edit]
How to shutdown Linux?
1. run as root user: shutdown -h now
2. run as root user: poweroff
3. run as root user: telinit 0
4. when using GUI you can shutdown the system as an unprivileged user
[edit]
How to restart Linux?
1. login as root
2. shutdown -r now
3. reboot
4. telinit 6
[edit]

