Linux File Permissions
Explain Linux file permissions. What does the permission 'rwxr-xr--' mean?
Linuxbeginner
// interview question
Explain Linux file permissions. What does the permission 'rwxr-xr--' mean?
Answer out loud first, then check yourself against the model answer.
#linux#permissions#security#fundamentals#sysadmin
Sponsored
Carbon AdsMore Linux interview questions
Also worth your time on this topic
Article
How to Change File and Folder Permissions Recursively in Linux
Learn how to use chmod command to change permissions for directories and all their subdirectories and files efficiently and safely.
Interview
Environment Variables
What are environment variables and how do you use them in Linux? How do you make them persistent?
junior
Exercise
Securing Your Linux Server: Essential First Steps
Harden a fresh Ubuntu 24.04 server by creating a non-root user, locking down SSH, configuring a firewall with UFW, and setting up fail2ban to block brute-force attacks.
45 minutes