1. Explain the three types of file permissions in Linux.
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.