Review Questions
- What does the permission
755 mean in octal notation?
- How do you make a directory where all new files inherit the group ownership?
- What’s the difference between
chmod 644 and chmod u+rw,g+r,o+r?
- How do you find all files larger than 100MB in your home directory?
- What does the sticky bit do and where is it commonly used?
- How does umask affect new file permissions?
-
What’s the security implication of SUID files?
Navigation
Next: → Key Takeaways
Previous: ← Security Best Practices
Lesson Home: ↑ Lesson 10: Permissions
Course Home: ⌂ Introduction to Linux