Discussion :: Linux MCQs
- Which of these commands will set the permissions on file textfile to read and write for the owner, read for the group, and nothing for everyone else?
Answer : Option B
Explanation :
chmod 640 textfile
Be The First To Comment