Computer Science, asked by TbiaSamishta, 1 year ago

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 sudhirmurade
11
d is the right answer I think...
mark it as brainliest if ans is right plzzz
Answered by Secondman
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