Shutting Down


At some point, you are going to want to shut your computer down. As with most things in Linux, there are different ways to do it. You can use the Quit icon located in the upper-right corner of your screen or use the same button located in the System menu. Either way, you can choose to shut down or restart your system. You can also choose to hibernate (saves a copy of the running state to disk and shutdowns) or suspend (saves the current running state to memory). We would recommend using either shutdown or reboot to ensure you get a clean system when it comes back up.

If you are working at the command line, you can immediately shut down your system by using the shutdown command like this:

$ sudo shutdown -h now


You can also use the shutdown command to restart your computer, as follows:

$ sudo shutdown -r now


For new users, installing Ubuntu is just the beginning of a new and highly rewarding journey on the path to learning Linux. See Chapter 5, "First Steps with Ubuntu," for additional information about using Linux commands. For Ubuntu system administrators, the task ahead is to fine-tune the installation and to customize the server or user environment.



Ubuntu Unleashed
Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)
ISBN: 0672333449
EAN: 2147483647
Year: 2006
Pages: 318

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net