List of questions
Related questions
Question 60 - 702-100 discussion
Which of the following chmod commands changes the permission of the file text. txt to 750?
A.
chmod user:rw, group:r, other:x
B.
chmod text.txt=u:rw,g:r,o:r
C.
chmod u=rwx,g=rx,o= text.txt
D.
chmod -u rw -g rx -o - text.txt
E.
chmod text.txt 750
Your answer:
0 comments
Sorted by
Leave a comment first