Multiple choice

Change permissions. Permissions can be either shorthand (eg. 754) or longhand (eg. g+x).

  1. chmod <permissions> <path>

  2. chown <permissions> <path>

  3. chperm <permissions> <path>

  4. chinge <permissions> <path>

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

chmod (change mode) is the command used to modify the access permissions of file system objects.