Multiple choice technology operating systems

chmod options filename --- lets you change the read, write, and execute permissions on your files.

  1. True

  2. False

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

The chmod command requires mode (permissions) BEFORE the filename, not 'options' between them. The correct syntax is 'chmod mode filename' where mode specifies the read, write, and execute permissions (e.g., chmod 755 file.txt). The placement of 'options' between chmod and filename is incorrect.