Shutdown, Restart of a system and Logout:
Category | Command | Description |
---|---|---|
shutdown -h now | shutdown system | |
init 0 | ||
telinit 0 | ||
shutdown -r hours:minutes & | planned shutdown of the system | |
shutdown -c | cancel a planned shutdown of the system | |
shutdown -r now | reboot | |
reboot | ||
logout | leaving session |