Q. What is the use of the 'chmod 644 filename' command?
β
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.