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 (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.