Check Your Understanding
Complete all the review questions listed here to test your understanding of the topics and concepts in this chapter. The appendix “Answers to ‘Check Your Understanding’ Questions” lists the answers.
What is the outcome when a Linux administrator enters the man man command?
The man man command configures the network interface with a manual address.
The man man command provides documentation about the man command.
The man man command provides a list of commands available at the current prompt.
The man man command opens the most recent log file.
What is a benefit of Linux being an open source operating system?
Linux distributions are maintained by a single organization.
Linux distributions must include free support without cost.
Linux distribution source code can be modified and then recompiled.
Linux distributions are simpler operating systems since they are not designed to be connected to a network.
Which types of files are used to manage services in a Linux system?
Device files
System files
Directory files
Configuration files
Which working environment is more user-friendly?
A CLI
A GUI
The command prompt
A hybrid GUI and CLI interface
Which Linux component would be used to access a short list of tasks the application can perform?
Launcher
Quicklist
Dash Search Box
System and Notification Menu
Which term is used to describe a running instance of a computer program?
Fork
Patch
Process
Package manager
Which type of tool is used by a Linux administrator to attack a computer or network to find vulnerabilities?
Firewall
PenTesting
Malware analysis
Intrusion detection system
Which method can be used to harden a computing device?
Allow USB auto-detection.
Force periodic password changes.
Allow default services to remain enabled.
Update patches on a strict annual basis irrespective of release date.
Consider the result of the ls -l command in the Linux output below. What are the group file permissions assigned to the analyst.txt file?
ls -l analyst.txt -rwxrw-r-- sales staff 1028 May 28 15:50 analyst.txt
Read only
Read, write
Full access
Read, write, execute