Moderate

Which command is used to set the three permissions for all the three categories of users of a file ?

Correct answer: C. chmod

  • A. chgrp
  • B. chown
  • C. chmod
  • D. chusr

Explanation

`chmod` changes file permissions for the owner, group, and other users, including read, write, and execute permissions. `chown` changes ownership, while `chgrp` changes only the group.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions