QuestionQ39
System SecurityThe IT security department implements the AIX CIS benchmark and requires that world-write permissions be removed from files. The users consultant1 and consuitant2 manage applications and must be able to write to the file app2.log.

Which commands modify the permission settings on app2.log to satisfy both requirements?
- A chown :consultants /dbstaff ; chmod g+w,o-w app2.log
- B chgrp consultants app2.log ; chmod g+w,o-w app2.log
- C chgrp consultant2 app2.log ; chmod g+w,o-w app2.log
- D chown consultants app2.log ; chmod g+w,o-w app2.log
Community Discussion