Which Linux file permission should be applied to a file that only the file owner can read, change, and execute, but allows all other users to read and execute the file?
- rwxr-xr-x
- rwxtwxrwx
- rw-r--r--
- rw-rw-rw
Explanation: Permission 666 octal allows all users to read and change the file, but no users can execute it.
Exam with this question: IT Essentials v8 Chapter 12 Check Your Understanding
Please login or Register to submit your answer