- Accessing the Command Line
- Managing Files From the Command Line
- Creating, Viewing, and Editing Text Files
- Managing Local Users and Groups
- Monitoring and Managing Linux Processes
- Analyzing and Storing Logs
- Managing Networking
- Installing and Updating Software Packages
- Accessing Linux File Systems
- Analyzing Servers and Getting Support
- Scheduling Future Tasks
- Controlling Access to Files with ACLs
1. Which term describes the interpreter that executes commands typed as strings?
- A. Command
- B. Console
- C. Shell
- D. Terminal
2. Which term describes the visual cue that indicates an interactive shell is waiting for the user to type a command?
- A. Argument
- B. Command
- C. Option
- D. Prompt
3. Which term describes the name of a program to run?
- A. Argument
- B. Command
- C. Option
- D. Prompt
4. Which term describes the part of the command line that adjusts the behavior of a command?
- A. Argument
- B. Command
- C. Option
- D. Prompt
5. Which term describes the part of the command line that specifies the target that the command should operate on?
- A. Argument
- B. Command
- C. Option
- D. Prompt
6. Which term describes the hardware display and keyboard used to interact with a system?
- A. Physical Console
- B. Virtual Console
- C. Shell
- D. Terminal
7. Which term describes one of multiple logical consoles that can each support an independent login session?
- A. Physical Console
- B. Virtual Console
- C. Shell
- D. Terminal
8. Which term describes an interface that provides a display for output and a keyboard for input to a shell session?
- A. Physical Console
- B. Virtual Console
- C. Shell
- D. Terminal
9. Which Bash shortcut or command jumps to the beginning of the previous word on the command line?
- A. Pressing Ctrl+LeftArrow
- B. Pressing Ctrl+K
- C. Pressing Ctrl+A
- D. !string
- E. !number
10. Which Bash shortcut or command separates commands on the same line?
- A. Pressing Tab
- B. history
- C. ;
- D. !string
- E. Pressing Esc+.
11. Which Bash shortcut or command is used to clear characters from the cursor to the end of the command line?
- A. Pressing Ctrl+LeftArrow
- B. Pressing Ctrl+K
- C. Pressing Ctrl+A
- D. ;
- E. Pressing Esc+.
12. Which Bash shortcut or command is used to re-execute a recent command by matching the command name?
- A. Pressing Tab
- B. !number
- C. !string
- D. history
- E. Pressing Esc+.
13. Which Bash shortcut or command is used to complete commands, file names, and options?
- A. Pressing Tab
- B. !number
- C. !string
- D. history
- E. Pressing Esc+.
14. Which Bash shortcut or command re-executes a specific command in the history list?
- A. Pressing Tab
- B. !number
- C. !string
- D. history
- E. Pressing Esc+.
15. Which Bash shortcut or command jumps to the beginning of the command line?
- A. Pressing Ctrl+LeftArrow
- B. !number
- C. !string
- D. Pressing Ctrl+K
- E. Pressing Ctrl+A
16. Which Bash shortcut or command displays the list of previous commands?
- A. Pressing Tab
- B. !number
- C. !string
- D. History
- E. Pressing Esc+.
17. Which Bash shortcut or command copies the last argument of previous commands?
- A. Pressing Ctrl+K
- B. Pressing Ctrl+A
- C. !number
- D. Pressing Esc+.