Solved

A Member of the Production Group Issues the Following Command

Question 223

Multiple Choice

A member of the production group issues the following command: echo "Monday through Friday" > /production_docs/days The command fails to execute, so the user obtains the following output: drwxr--r-- root production 0 Jun 16 2018 production -rw-r--r-- production production 4096 Jun 14 2018 days Which of the following commands should the user execute to BEST fix the issue?


A) chmod g+w production to change the permissions on the days file chmod g+w production to change the permissions on the days file
B) chgrp root production_docs/days to change the group ownership of the production_docs/days file chgrp root production_docs/days to change the group ownership of the production_docs/days
C) chmod g+S production to set the GUID on the production_docs directory chmod g+S production to set the GUID on the production_docs directory
D) chown production to change the ownership of the production_docs directory chown production to change the ownership of the

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions