Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
A newly hired junior administrator is studying the format of the /var/log/messages file. Which of the following commands should the administrator use to preserve the contents of the original file while also creating an identical file in the /home/admin directory?
Correct Answer: C
Comprehensive and Detailed Step-by-Step cat /var/log/messages > /home/admin/messages copies the file contents while preserving the original file. touch only creates an empty file and does not copy contents. mv moves the file instead of copying it. ln -s creates a symbolic link but does not copy the contents.