πŸ“Š Linux
Q. If you are a root user, how can you enable execution only for the owner of the file “myfile”?
  • (A) $ chmod +x myfile
  • (B) $ chmod u+x myfile
  • (C) $ chmod a+x myfile
  • (D) $ chmod U+X myfile
πŸ’¬ Discuss
βœ… Correct Answer: (B) $ chmod u+x myfile

Explanation: u+x grants the execution right to the file owner.

Explanation by: Sandeep
u+x grants the execution right to the file owner.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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