Multiple choice technology

Which Linux command sets a files permission?

  1. attrib

  2. chmod

  3. properties

  4. rights

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

chmod (change mode) is the standard Linux/Unix command for modifying file and directory permissions. It uses symbolic or numeric modes to set read, write, and execute permissions for user, group, and others.