This Post is about next Easy learn Linux Command line.you can learn about Shutdown,Restart and Log Out in linux System with Command Line.
if you Want to Know Most About Linux Terminal See here.
Shutdown, Restart and Logout of a system |
|
Command |
Description
|
# init 0 | shutdown system |
# logout | leaving session |
# reboot | reboot |
# shutdown -h now | shutdown system |
# shutdown -h 16:30 & | planned shutdown of the system |
# shutdown -c | cancel a planned shutdown of the system |
# shutdown -r now | reboot |
# telinit 0 | shutdown system |