Workbook1 Flashcards
How many virtual consoles does Red Hat Enterprise Linux (RHEL, hereafter) provide?
6 [4]
From X, what key combination is used to access the 1st virtual console?
CTRL+ALT+F2 [4]
Aside from logout, what command ends a session in a virtual console?
exit [5]
What is X server?
It Provide a Graphical Environment [5]
From a virtual console, what key combination can be used to access X server?
CTRL+ALT+F1 [5]
Give three reasons why someone would use a virtual console instead of the graphical
environment.
1) machine might not have enough memory or hardware to support the graphical environment
2) virtual consoles might be all that are available
3) they are also useful in debugging systems where the graphics might not be working [5]
What is the name of the terminal application that you are launching when you open a terminal
window?
gnome-terminal [6]
What command can be used to determine who is logged in to a system?
Who Command [9]
What does pts/0 refer to?
refers to the first terminal opened within the X server [9]
What command is used to remotely log in to a machine?
ssh [10]
What is a process?
The copy of the program running in memory is called a process [15]
Is Linux a multitasking system? Explain why (why not)?
Yes,
This means that the kernel gives the appearance of running multiple processes simultaneously. In reality, the kernel is running a single The Kernel, Programs, and Processes process for a brief amount of time [15/16]
What do Linux users use to interact with the kernel?
Shell [16]
What is a PID?
Process ID [16]
What is an absolute reference?
File references relative to the root directory always
start with a leading / [19]
What is an relative reference?
File references relative to the current working
directory start with something other than a / [19]
Give the absolute reference for the root directory
/ [19]
What character(s) starts a relative reference?
../.. [19]