Shell We Begin?
File Cabinet
Pipe Dreams
Who Goes There?
Plugged In
100

This is the program that interprets commands you type at the command line, with Bash being the most common one in RHEL.

What is a shell?

100

This single character represents the root of the Linux filesystem hierarchy.

What is / (the forward slash)?

100

This single character redirects a command's standard output to a file, overwriting it.

What is > (the greater-than sign)?

100

This command lets a permitted user run a command with elevated privlidges

What is sudo?

100

This Red Hat product is the enterprise-supported Linux distribution that this course is built around.

What is Red Hat Enterprise Linux (RHEL)?

200

You press this key to auto-complete a command or filename you've started typing in Bash.

What is the Tab key?

200

This command creates an empty file or updates the timestamp of an existing one.

What is touch?

200

This command shows a snapshot of currently running processes.

What is ps?

200

In a permission string like rwxr-xr--, this position represents permissions for 'others'.

What is the last three characters?

200

This command-line tool is used on RHEL to install and update software packages from repositories.

What is dnf?

300

This command displays the manual page for another command.

What is man?

300

This type of link is essentially a pointer to another file's pathname and breaks if the target is moved or deleted.

What is a symbolic (or soft) link?

300

This signal, sent by default with the kill command, politely asks a process to terminate.

What is SIGTERM (signal 15)?

300

This numeric mode grants read/write/execute to the owner and read/execute to group and others.

What is 755?

300

This 32-bit address format, written as four numbers separated by dots, identifies a host on most networks today.

What is an IPv4 address?

400

This package manager in Redhat does not download dependencies

What is RPM

400

Before you can read files on a USB drive plugged into a RHEL system, you must perform this action to attach its filesystem to a directory.

What is mounting (or to mount it)?

400

This systemctl subcommand makes a service start automatically at boot.

What is enable?

400

This file stores user account information including UID, home directory, and login shell but not passwords.

What is /etc/passwd?

400

This command-line tool manages NetworkManager connections and devices on RHEL.

What is nmcli?

500

These are the modes in VIM

What is command, Insert, Visual, and Ex

500

In Vim, this sequence saves your changes and exits the editor.

What is :wq (or ZZ)?

500

To redirect both standard output and standard error to the same file in Bash, you use this redirection operator.

What is &> (or 2>&1)?

500

This SSH authentication method uses a matched pair of cryptographic files instead of a password.

What is key-based authentication (or public-key authentication)?

500

What is the name of the GUI used for redhat

GNOME (GNU Network Object Model Environment)