Ubuntu Unleashed 2019 Edition: Covering 18.04, 18.10, 19.04

(singke) #1

At some point, you are going to want to shut down your computer. As with
most other things in Linux, there are different ways to do it. You can use the
power icon located in the upper-right corner of your screen to access the
power icon menu, shown in Figure 1.4.


FIGURE 1.4 You can also lock the screen, access settings, and more from the
power icon menu.


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


Click here to view code image
matthew@seymour:~$ sudo shutdown -h now


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


Click here to view code image
matthew@seymour:~$ sudo shutdown -r now


For new users, installing Ubuntu is the beginning of a new and highly
rewarding journey on the path to learning Linux. For Ubuntu system
administrators, the tasks ahead are to fine-tune the installation and to
customize the server or user environment.


NOTE
Now that you have completed the primary task of installing Ubuntu, you
can begin to customize your new operating system. This chapter looks at
getting up and running with Ubuntu. Chapter 3, “Working with GNOME,”
gives you a tour around the desktop. Next, this chapter describes some
basic administration tasks. By the end of this chapter, you should feel
comfortable enough to move on through the rest of the book.

Finding Programs and Files

Free download pdf