Multiple choice technology operating systems chmod +x filename provides the execute permission removes the execute permission provides write permission removes read permission Reveal answer Fill a bubble to check yourself A Correct answer Explanation The chmod +x filename command in Unix/Linux adds execute permissions (+x) to the specified file for all user classes (owner, group, and others), allowing the file to be run as a program or script.