Multiple choice technology operating systems

Command for Changing permision.

  1. cat

  2. chmod

  3. cd

  4. cp

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

The chmod command (change mode) is used to modify file permissions in Unix/Linux systems. Permissions include read, write, and execute access for owner, group, and others. The other options: cat displays files, cd changes directories, and cp copies files.