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?
a) chmod 046 textfile
b) chmod 640 textfile
c) chmod 310 textfile
d) chmod rw r nil textfile?

Submitted by: Husnain
b) chmod 640 textfile
Submitted by: Husnain

Read Online Linux Makefile Job Interview Questions And Answers