Welcome to your RHSA Quiz 01: Getting Started with Red Hat Enterprise Linux 9. Total no of questions 25
Quiz Instructions
This quiz is designed to test your understanding of the topics covered in Getting Started with Red Hat Enterprise Linux 9.
It includes multiple-choice, true/false, and short-answer questions that cover:
-
Working with the Linux Command-Line Interface (CLI)
-
User types and command prompt structure
-
Linux shells, terminals, and consoles
-
Command syntax and commonly used commands
-
Linux directory structure and navigation
-
File and directory operations
-
File permissions and file types
The questions are based on the commands, concepts, and practical steps you learned in the module.
Tip: Whenever possible, think about why a command works, not just what it does — this will help you in real-world Linux usage.
May 13, 2026
MCQ: Which shell is most commonly used in Linux?
True/False: The root user prompt ends with $.
MCQ: Which key combination switches to a text-based console from GUI in Linux?
MCQ: Which of the following is a system user in Linux?
MCQ: In Linux, the symbol ~ in the command prompt represents:
MCQ: Which command creates multiple directories at once?
True/False: rwx means read, write, and execute permissions.
True/False: A Pseudo Console appears under /dev/pts/x.
MCQ: Which file type is used for inter-process communication?
MCQ: Which directory contains system-wide configuration files?
True/False: To copy a directory in Linux, you must use cp -r.
True/False: ls -lh displays file sizes in bytes only.
MCQ: Which command shows the current shell being used?
MCQ: In ping -c 4 127.0.0.1, what does -c 4 represent?
True/False: The shell sends commands directly to the kernel for execution.
MCQ: What does rm -rf * do?
MCQ: Which symbol represents a directory in ls -l output?
MCQ: Which command shows hidden files in Linux?
True/False: /root is the home directory for all users in Linux.
You’ve now completed the RHSA Quiz 01: Getting Started with Red Hat Enterprise Linux 9.
Review your answers carefully and compare them with the answer key to identify areas where you may need more practice.
Remember:
-
Mastering Linux is about hands-on practice.
-
Don’t just memorize commands — try them in the terminal to understand how they work.
-
Use the man command (e.g., man ls) to explore detailed information about any command.
-
Make mistakes and learn from them — that’s how you’ll gain confidence in real scenarios.
Keep practicing the commands from this module until they become second nature.
Once you are comfortable, you’ll be ready to move on to more advanced Linux administration tasks in the next module.