Multiple choice technology operating systems

Which command is used to Change access permissions

  1. chmod

  2. chroot

  3. chaccess

  4. chgrp

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

chmod (change mode) is the Linux/Unix command used to modify file and directory access permissions (read, write, execute). chroot changes the root directory, chgrp changes group ownership, and chaccess is not a standard Unix/Linux command.