Multiple choice technology operating systems

chmod +777 stands for

  1. Grants execute permission to owner,group and others

  2. Grants write permission to owner,group and others

  3. Grants read permission to owner,group and others

  4. Grants All permissions to owner.group and others: 4 (read) + 2 (write) + 1 (execute) = 7

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

The permission value 7 represents read (4), write (2), and execute (1) access combined. Specifying 777 grants full read, write, and execute capabilities to the owner, group, and all other users.