πŸ“Š Linux
Q. What is the use of the 'chmod 644 filename' command?
  • (A) Sets read/write for owner, read-only for group and others
  • (B) Sets execute permissions for all
  • (C) Removes all permissions
  • (D) Gives full access to all users
πŸ’¬ Discuss
βœ… Correct Answer: (A) Sets read/write for owner, read-only for group and others

Explanation: 644 means owner can read/write, group and others can read only.

Explanation by: Mr. Dubey
644 means owner can read/write, group and others can read only.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
49
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate