Q. If a file has the following permissions 764 then _____?
β
Correct Answer: (D)
Everyone can read, the group can write and read and the owner can read, write and execute.
Explanation: r = permission to read
w = permission to write
x = permission to run
– = 0 permission
With r=4 / w=2 / x=1
w = permission to write
x = permission to run
– = 0 permission
With r=4 / w=2 / x=1