Which of the following syntax is correct to assign a read permission on a user file? (a) chmod r filename (b) chmod u+r filename (c) chmod filename r (d) chmod filename u+r
Answers
Answered by
11
d is the right answer I think...
mark it as brainliest if ans is right plzzz
mark it as brainliest if ans is right plzzz
Answered by
6
The given question has been asked in reference to linux shell.
The syntax which is correct to use for assigning a read permission on a user file is chmod u+r filename.
So, the correct choice for the answer for the given question from the given list of possible answers is (b) chmod u+r filename.
The chmod command is used in linux to control the user’s permissions over a file or directory and hence implement the user access control.
Similar questions
English,
6 months ago
Math,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago