Examine the following commands: # groupadd project # mkdir /usr/share/project # chown
–R root.project /usr/share/project # qpasswd –a scott project # qpasswd –a foo project #
chmod 2775 /usr/share/project Based on the commands, which statement is correct?
A.
The chmod command can only take a tree-digit argument.
B.
Any new file created in the /usr/share/project folder by user scott will not be possible for
foo to modify it.
C.
All members of the project group need the administrator’s help to change the file
permission every time users write new files in the /usr/share/project folder.
D.
Files created by all members of the project group in the /usr/share/project folder will get
the same group permission as the folder itself.
Explanation:
Ans: B
D