Question
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
Was this answer helpful ?
chmod 640 textfile
Was this answer helpful ?
More Questions on This Topic :
Question 1. What does chmod +t do? ....
Question 2. The command chmod 4777 a.out ....
Question 7. Filesystem for CDROM is: ....
Submit Solution