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 (option A) is the standard Unix/Linux command to change file access permissions (read, write, execute). chroot (B) changes the root directory, chaccess (C) doesn't exist, and chgrp (D) changes group ownership, not permissions.