Questions With Correct Answers
The interpreter that executes commands typed as strings - CORRECT
| | | | | | | | | |
ANSWER✔✔-shell
The visual cue that indicates an interactive shell is waiting for the user to type a
| | | | | | | | | | | | | | | |
command - CORRECT ANSWER✔✔-prompt
| | |
The hardware display and keyboard used to interact with a system - CORRECT
| | | | | | | | | | | | |
ANSWER✔✔-physical console |
One of multiple logical consoles that can each support an independent login
| | | | | | | | | | | |
session - CORRECT ANSWER✔✔-virtual console
| | | |
___________ allows a user to quickly complete commands or file names once
| | | | | | | | | | | |
they have typed enough at the prompt to make it unique - CORRECT
| | | | | | | | | | | | |
ANSWER✔✔-Tab completion |
Installed software, shared libraries, include files, and static read-only program
| | | | | | | | | |
data - CORRECT ANSWER✔✔-/usr
| | |
Configuration files specific to this system - CORRECT ANSWER✔✔-/etc
| | | | | | | |
,Variable data specific to this system that should persist between boots. Files that
| | | | | | | | | | | | |
dynamically change (e.g. databases, cache directories, log files, printer-spooled
| | | | | | | | |
documents, and website content) may be found here - CORRECT
| | | | | | | | | |
ANSWER✔✔-/var
Home directory for the administrative superuser, root - CORRECT
| | | | | | | | |
ANSWER✔✔-/root
Files needed in order to start the boot process - CORRECT ANSWER✔✔-/boot
| | | | | | | | | | |
RHEL7 developers may also choose to include documentation in their
| | | | | | | | | |
application's RPM distribution package. This documentation is stored at
| | | | | | | | |
__________. - CORRECT ANSWER✔✔-/usr/share/doc/packagename| | |
The _________ command is more advanced than the original info command.
| | | | | | | | | | |
Designed to match the lynx text web browser keystrokes, it also adds color. Info
| | | | | | | | | | | | | |
nodes for a particular topic are browsed using the ____________ command. (The
| | | | | | | | | | |
same answer goes in both blanks. Answer is case sensitive.) - CORRECT
| | | | | | | | | | | | |
ANSWER✔✔-pinfo info reader | |
A(n) ______________ path identifies a unique file, specifying only the path
| | | | | | | | | | |
necessary to reach the file from the working directory. Recognizing relative path
| | | | | | | | | | | |
names follows a simple rule: A path name with anything other than a forward
| | | | | | | | | | | | | |
slash (/) as a first character is a __________ path name. (The same answer goes
| | | | | | | | | | | | | | |
in both blanks.) - CORRECT ANSWER✔✔-relative
| | | | |
The ___________________ is the graphical user interface on a Linux system.
| | | | | | | | | | |
(Select two answers) - CORRECT ANSWER✔✔-desktop environment
| | | | | |
, This is a special mode that helps a user organize windows and start applications. -
| | | | | | | | | | | | | |
CORRECT ANSWER✔✔-Activities overview
| | |
This is a configurable list of icons of the user's favorite applications, applications
| | | | | | | | | | | | |
which are currently running, and a grid button which can be used to select
| | | | | | | | | | | | | |
arbitrary applications - CORRECT ANSWER✔✔-Dash
| | | |
___________ provides a way to review notifications sent by applications or
| | | | | | | | | | |
system components to GNOME - CORRECT ANSWER✔✔-Message tray
| | | | | | |
This menu to the right of the Applications menu provides quick access through a
| | | | | | | | | | | | | |
graphical file manager to important menus in the user's home directory, to /, and
| | | | | | | | | | | | | |
to exports and file shares on the network - CORRECT ANSWER✔✔-Place menu
| | | | | | | | | | |
The bar that runs along the bottom of the screen. The ________________
| | | | | | | | | | | |
provides an easy way to access, minimize, and restore all windows in the current
| | | | | | | | | | | | | |
workspace - CORRECT ANSWER✔✔-Window list | | | |
Enter the command to do a keyword search for all man pages containing passwd.
| | | | | | | | | | | | |
- CORRECT ANSWER✔✔-man -k passwd
| | | | |
Return to the most previous working directory - CORRECT ANSWER✔✔-cd -
| | | | | | | | | |
Move up two levels from the current location - CORRECT ANSWER✔✔-cd ../..
| | | | | | | | | | |