Multiple choice technology operating systems

Permissions on a file can changed using

  1. chmod

  2. changemode

  3. cmd

  4. changem

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

chmod (change mode) is the Unix/Linux command used to change file permissions. It modifies read, write, and execute permissions for owner, group, and others using either symbolic (u,g,o,a) or numeric (octal) notation.