Q. What does the 'chmod 644 file' command do?

  • (A) Sets read/write for owner, read for group and others
  • (B) Sets full permissions for all
  • (C) Removes all permissions
  • (D) Makes the file executable
πŸ’¬ Discuss
βœ… Correct Answer: (A) Sets read/write for owner, read for group and others
Explanation: '644' means rw- for owner, r-- for group and others.
Explanation by: Mr. Dubey
'644' means rw- for owner, r-- for group and others.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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