QuestionQ45
Basic Unix SkillsWhich of the following chmod commands sets the permissions 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
Community Discussion