Loading practice questions
In Unix, the command to enable execution permission for file "mylife" by all is ________.
Correct Answer: D — All of the above
Explanation:
All the listed chmod commands (ugo+x, a+x, and +x) grant execute permissions to user, group, and others.