Home / Programming MCQs / Linux MCQs / Question

V

Virat Bhati • 7.23K Points
Tutor III

Q. If a file has the following permissions 764 then _____?

(A) Everyone can read, the group can only execute and the owner can read and write
(B) Everyone can read and write, but only the owner can execute
(C) Everyone can read, the group and the owner can write, but only the owner can execute
(D) Everyone can read, the group can write and read and the owner can read, write and execute.
r = permission to read
w = permission to write
x = permission to run
– = 0 permission
With r=4 / w=2 / x=1

You must be Logged in to update hint/solution

Discusssion

Login to discuss.