05. Graphical Interface Flashcards

(35 cards)

1
Q

Linux desktops are?

A
  1. GNOME
  2. KDE
  3. XFCE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Loading the graphical desktop is one of the final steps in the boot process of a Linux desktop. Historically, this was known as the __________, often just called X.

A

X Windows System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A service called the __________ keeps track of the displays being provided and loads the X server (so-called, because it provides graphical services to applications, sometimes called X clients).

A

Display Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The _________ also handles graphical logins and starts the appropriate desktop environment after a user logs in.

A

display manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A newer system, known as ________ , is gradually superseding X and is the default display system for Fedora, RHEL, and other recent distributions.

A

Wayland

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Display manager responsible for ?

A
  1. Display management
  2. Loads Graphical Desktop (X or Wayland)
  3. Manage graphical login
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A desktop environment consists of?

A
  1. Session manager
  2. Window manager
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A ________________, which starts and maintains the components of the graphical session

A

session manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The ___________, which controls the placement and movement of windows, window title-bars, and controls

A

window manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You can start the graphical desktop different way, after logging on to a text-mode console, by running __________ from the command line

A

startx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

you can start ____________________ manually from the command line. This differs from running startx as the display managers will project a sign in screen.

A

the display manager (gdm, kdm, xdm, etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

the ____________ starts at the end of the boot process. It is responsible for starting the graphics system, logging in the user, and starting the user’s desktop environment.

A

display manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The default display manager for GNOME is called (1)_______. Another popular display manager is (2)________, associated with KDE.

A
  1. gdm
  2. kdm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

there is a standard utility, __________, which exposes many more setting options. It also permits you to easily install extensions by external parties.

A

gnome-tweaks (Older gnome-tweak-tool)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

some recent distributions have taken most of the functionality out of this tool (gnome-tweaks) and placed it in a new one called _____________.

A

gnome-extensions-app

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

There are other options to get additional themes beyond the default selection. You can download and install themes from _________.

A

GNOME’s Wiki website

17
Q

There are two ways to lock your screen:

A
  1. Using the graphical interface
  2. Using the keyboard shortcut SUPER-L (or SUPER-Escape)
18
Q

Linux is a true ___________ operating system, which allows more than one user to be simultaneously logged in.

19
Q

If more than one person uses the system, for each person must have their own ______________.

A

user account and password

20
Q

__________ Mode saves the current system state and allows you to resume your session more quickly while remaining on, but uses very little power in the sleeping state

21
Q

It works by keeping your system’s applications, desktop, and so on, in system RAM, but turning off all of the other hardware

22
Q

The method is quite simple and universal in most recent GNOME-based distributions. If you click on the Power icon and hold for a short time and release, you will get the double line icon displayed below, which you then click to _________ the system

23
Q

Applications are found at different places in Linux (and within GNOME):

A
  1. From the Applications menu in the upper-left corner.
  2. From the Activities menu in the upper-left corner.
  3. In some Ubuntu versions, from the Dash button in the upper-left corner.
  4. For KDE, and some other environments, applications can be opened from the button in the lower-left corner.
24
Q

enter the Settings menu (on all recent Linux distributions) and then click on either Default Applications or Details > Default Applications.

A

To set default applications

25
Each distribution implements the ____________ utility, which is used to navigate the file system.
Nautilus (File Manager)
26
The __________ allows you to view files and directories in more than one way.
File Manager
27
You can switch between the Icons and List formats, either by clicking the familiar icons in the top bar, or you can press (1)______ or (2)_______ respectively.
1. CTRL-1 2. CTRL-2
28
To show hidden files, select Show Hidden Files from the menu or press _________.
CTRL-H
29
The _________ includes a great search tool inside the file browser window.
File Manager
30
To open the File Manager from the command line, on most systems simply type _________.
nautilus
31
The shortcut key to get to the search text box is ________. You can exit the search text box view by clicking the Search button or _________ again.
CTRL-F
32
Another quick way to access a specific directory is to press __________, which will give you a Location text box to type in a path to a directory.
CTRL-L
33
The default text editor in GNOME is ______
gedit
34
Although ______ is designed as a general-purpose text editor, it offers additional features for spell-checking, highlighting, file listings, and statistics.
gedit
35
Deleting a file in Nautilus will automatically move the deleted files to the _________________ under the user's home directory.
.local/share/Trash/files/ directory (a trash can of sorts)