Multiple choice

What command do you type in to change file permissions

  1. cd

  2. ls

  3. grep

  4. chmod

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

chmod stands for change mode and is used to modify file permissions (read, write, execute). The other commands are for navigation, listing, or searching.