A user executes the following command successfully: $ chmod +x file1.txtWhich of the following is true of the output of this command?

🎲 Try a Random Question  |  Total Questions in Quiz: 22  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Linux Basics Practice Test: Linux File Permissions — practice the complete quiz, review flashcards, or try a random question.

Linux file permissions control who can read, write, and execute the contents of a file or directory. Each permission is represented by an abbreviation (r, w, or x) and an octal value. The permissions are broken into groups of three, and each position in the group denotes a specific permission: First three characters (2–4): Represent the permissions for the file's owner Second group of three characters (5–7): Consist of the permissions for the group to which the file belongs Last group of three characters (8–10): Represent the permissions for everyone else  The three digits of a permission... Show more

A user executes the following command successfully:<br> $ chmod +x file1.txt<br />Which of the following is true of the output of this command?