Do I Have to Logoff and Shutdown My Linux PC?
If you're ready to cash in your console and call it a day, use the logout command. Entering logout
at the command prompt exits your current user account and returns you to the log-in prompt. (The exit command does the same thing as logout.) To log out from multiple consoles, use alt-Fn to switch between consoles and then log out from each one. But note that even if you log out from all of your active consoles, Linux is still running.
If you were to power off your machine at this point, a voice from your computer would drone, "You have chosen unwisely!" The floor would shake, and your PC would glow white hot while your hard disk melted into a pool of molten silicon. Just kidding . . . sometimes the floor doesn't shake, but powering off a running Linux system without using the shutdown command will most certainly cause Bad Things to happen to your hard disk. So if you really want to exit Linux, be sure that you're logged in as the root user and enter the command
shutdown -h now
You'll see some messages indicating that various subsystems are being shut down, and then the computer will be reset. When you see a message indicating that shutdown is complete, it's safe to turn off your PC.
Tip: Pressing ctrl-alt-delete will also safely shut down your Red Hat Linux system. Just remember to power off as soon as you see your PC's normal bootup screen. Note that some other Linux distributions will do a hard reset (which may cause filesystem damage) instead of gracefully shutting down, so don't use ctrl-alt-delete on non-Red Hat systems unless you know it's safe.
Previous Lesson: Virtual Consoles
Next Lesson: Choosing a Shell
Comments - most recent first
(Please feel free to answer questions posted by others!)
I must say u r man of ur word..tutorials typed by u r really simple to understand & work upon. Further, some commands , i would like furnish here for shutdown & reboot that i know:
Shutdown: init 0
poweroff
Restart: init 6
reboot
to forcefully shutdown/restart:
reboot -f
poweroff -f
shutdown -h now
now, when I restart the system and connected as root then I have lost all display tabs, i.e.: "Applications", "Places" and "System", so basically I cannot use any display commands anymore through root user. On the contrary, if I swift on another user, for example oracle, then I can see and work fine all display commands. How can I fix this behavior and work fine again with root user as?
but i would like to start automatically after sum some time what type of command we used for that
init 6 or reboot (to reboot)
in Redhot linux...
(a) init
(b) poweroff
shutdown -P now
this shuts down the pc normally and after it turns off the power as well
I welcome your comments. However... I am puzzled by many people who say "Please send me the Linux tutorial." This website *is* your Linux Tutorial! Read everything here, learn all you can, ask questions if you like. But
don't ask me to send what you already have. :-) NO SPAM! If you post garbage, it will be deleted, and you will be banned.
Copyright © by -
All rights reserved - Redistribution is allowed only with permission.

