Correct Answer: Allows the owner to read, write, and execute, and others to read and execute
Explanation: chmod 755 sets permissions to rwxr-xr-x (7 = rwx for owner, 5 = r-x for group, 5 = r-x for others), commonly used for executable scripts or binaries.
Correct Answer: Allows the owner to read, write, and execute, and others to read and execute
Explanation: chmod 755 sets permissions to rwxr-xr-x (7 = rwx for owner, 5 = r-x for group, 5 = r-x for others), commonly used for executable scripts or binaries.