Tips

From GRLUG

Table of contents

Linux Operating System

linux-beach.jpg

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


How to restart Linux?

1. login as root

2. shutdown -r now

3. reboot

4. telinit 6

Other Tips