Logging in Flashcards

1
Q

Unix operating system, originally developed in…?

A

Early 1970s (Predates the days of personal computers.

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

Many users can use Unix that is running on a main frame computer by…?

A

Using “dumb terminals” - really just a keyboard and text monitor, connected to the mainframe computer with a serial line connection. (In order to identify oneself to the Unix OS, a user would first have to “log on” by providing a user id and password.)

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

Linux, and other versions of Unix have grown to take advantage of affordable PCs, it has not lost…?

A

The core concepts of users, passwords, logging on, and text based terminals.

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

Red Hat Linux provides six ______ that are available to users physically at the computer.

A

Virtual Consoles, (The virtual consoles act like “dumb terminals”. )

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

Virtual consoles are accessed using…?

A

CTRL+ALT+F2 through CTRL+ALT+F6 (with one virtual console mapped to each of the first 6 function keys)

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

If you are in a graphical environment, _______ will return you to it before trying to switch to a virtual console.)

A

CTRL+ALT+F1

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

When starting a session on Linux machine using a virtual console, the screen will look something like the following:

A

Red Hat Enterprise Linux Server release 6.1 (Santiago)
Kernel 2.6.32-131.0.15.el6.x86_64 on an x86_64

station login:

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

To log in, you must…?

A

Type username with no spaces, hit RETURN key. Next enter password, followed by RETURN.

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

End a Virtual console session by typing…?

A

exit and hitting RETURN

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

Why would users want to use a virtual console instead of the graphical environment..?

A
  • Machine might not have enough memory or hardware to support the graphical environment, and virtual consoles might be all that are available.
  • Even on modern machines, however, virtual consoles are often a much quicker and more efficient interface for experienced users.(Because they are implemented by the Linux Kernel directly, they are also useful in debugging where the graphics might not be working.)
  • For network servers that usually spend their lives in locked closets, administrators often want to avoid the complexity that the graphical interface adds to the system.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Linux uses a low level program known as ______ to provide the graphics environment.

A

X server. ( As a user of the system, you don’t interact with the X server directly, but it provides the canvas for all graphical programs that you run)

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

When X server starts, it looks for the…?

A

first available virtual console. (If you are on a virtual console and think that an X server is running on the machine, you can usually switch to it using the CTRL+ALT+F1 key sequence.

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

In Red Hat Linux, the most commonly used terminal application is called…?

A

Gnome-Terminal.

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

The “who” command, shows….?

A

who is on the system, and how they logged on.

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

Using ssh (“secure shell”) utility, users can…?

A

Easily log into remote machines, either in the same room, or halfway across the world. (Assuming the remote machine can be as easy as logging in on a virtual console.)

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

Which of the following best describes why Linux is referred to as multiuser OS….?

A

Multiple users can use the same machine simultaneously, using multiple network connections and dumb terminals.

17
Q

Which of the following is not an advantage of using virtual consoles instead of a graphical interface…?

A

Virtual consoles are very intuitive, and help is available in an obvious manner.

18
Q

From the fourth virtual console, which key sequence(s) will take you to the second virtual console…?

A

CTRL+ALT+F2

19
Q

From the X graphical environment, which key sequence(s) will take you to the second virtual console?

A

CTRL+ALT+F2

20
Q

If a user has logged into the X graphical environment, but desires to use a terminal command line interface, how might she go about obtaining a terminal?

A

Using the CTRL+ALT+F3 key-sequence to switch to a virtual console.
Right click in the desktop and choose “Open in Terminal” from the pop-up menu

21
Q

What does the who command report?

A

The users who are currently logged onto the machine, and where they logged on from.