The command chmod 761 letter is equivalent to which of the following access rights? (a) chmod u = 7, g = 6, o = 1 (b) chmod a = 761 (c) schmod u = rws, g = rw, o = x (d) chmod 167
Answers
Answered by
1
"Assuming that the question has been asked in reference to the Ubuntu Linux, the answer is as follows:
The command chmod 761 is equivalent to chmod u=rwx, g=rw, o=x. So actually, the above given question is either incorrect or probably has a typographical error.
So, the correct choice for the answer for the given question from the given list of possible answers is (C) chmod u=rwx, g=rw, o=x.
The chmod command in linux shell is used for controlling the access rights of the user."
Similar questions