Q. -rwxr–r– permissions represented by the following octal value _____
β
Correct Answer: (C)
744
Explanation: r = permission to read
w = permission to write
x = permission to run
– = 0 permission
With r=4 / w=2 / x=1