Problem Statement
Explain the three types of file permissions in Linux.
Explanation
Linux permissions are divided into read (r), write (w), and execute (x).
Read allows viewing file contents, write allows modifications, and execute lets you run the file if it’s a program or script. Each type applies separately to owner, group, and others.
Practice Sets
This question appears in the following practice sets: