Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A new user is experiencing issues creating files in the folder /home/testuser/testdir/. The directory needs to be accessible for reading by other users in the system. The administrator gathers the following information: Copy drwxr-xr-x. 2 root testuser 6 Oct 19 11:22 testdir Which of the following commands should the administrator use to solve the issue? (Select TWO).
Correct Answer: A,C
* chmod u+w adds write permission for the owner. * chmod g+w gives write access to the group testuser, which is currently the group owner. Changing ownership (option E) or modifying group memberships (options B and D) are not relevant here. * Source: CompTIA Linux+ XK0-005 Study Guide - Chapter 5: File Permissions and Ownership Reference: man chmod