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 Linux administrator receives the following while attempting to remove a file: Which of the following commands will resolve the issue?
Correct Answer: A
The error given is what the user sees when the immutable flag has been set on a file. Therefore 'chattr -i test.txt' will remove the immutable flag (remember that chattr uses - and + to turn off/on options unlike a normal command option which is only ever preceeded by a -) so that the file can then be deleted by rm.