Multiple choice technology operating systems Which command is used to Change access permissions chmod chroot chaccess 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.