Q. A user executes the following command.
What will be the output of this command?

Code:
$ chmod + x myfile.txt
  • (A) The command results in an execution permission being added to the user who executed this command
  • (B) The command results in the execution permission being added for the owner of the file
  • (C) The command causes an error because the file is not an executable file
  • (D) The command results in the execution permission being added for all (user, group and others)
πŸ’¬ Discuss
βœ… Correct Answer: (D) The command results in the execution permission being added for all (user, group and others)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
220
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Sandeep
Publisher
πŸ“ˆ
84%
Success Rate