Recall & Review
beginner
What is the primary purpose of the Linux file permissions system?
The Linux file permissions system controls who can read, write, or execute files and directories, helping to protect data from unauthorized access.
Click to reveal answer
beginner
What does the 'root' user represent in Linux?
The 'root' user is the superuser in Linux with full control over the system, able to perform any action without restrictions.
Click to reveal answer
beginner
Why is it important to keep Linux software updated?
Updating Linux software fixes security vulnerabilities and bugs, reducing the risk of attacks and keeping the system safe.
Click to reveal answer
beginner
What is the role of a firewall in Linux security?
A firewall controls incoming and outgoing network traffic based on security rules, helping to block unauthorized access to the Linux system.
Click to reveal answer
intermediate
What is SELinux and why is it used?
SELinux (Security-Enhanced Linux) adds an extra layer of security by enforcing strict access controls on processes and files beyond standard permissions.
Click to reveal answer
Which Linux user has unrestricted access to all commands and files?
✗ Incorrect
The root user is the superuser with full system access.
What does the 'chmod' command do in Linux?
✗ Incorrect
chmod modifies the read, write, and execute permissions of files or directories.
Why should you avoid running everyday tasks as the root user?
✗ Incorrect
Using root for daily tasks risks accidental changes that can harm the system.
Which tool is commonly used to manage firewall rules on Linux?
✗ Incorrect
iptables is a standard tool to configure Linux firewall rules.
What is the main benefit of using SELinux?
✗ Incorrect
SELinux enforces strict access controls beyond normal permissions.
Explain how Linux file permissions help secure a system.
Think about who can do what with files and folders.
You got /5 concepts.
Describe the role of the root user and why it should be used carefully.
Consider why having all power can be dangerous.
You got /4 concepts.