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 Linux administrator is creating a directory called CompTIA_doc and needs to switch to another location to perform some system-related tasks. Which of the following commands should the administrator use for this task?
Correct Answer: D
Comprehensive and Detailed Step-by-Step mkdir CompTIA_doc && cd CompTIA_doc ensures that the directory is created first, and only then does the command switch into it. mkdir CompTIA doc is incorrect because it attempts to create two separate directories. mkdir CompTIA_doc > cd CompTIA_doc uses incorrect syntax (> is used for output redirection). mkdir CompTIA_doc || cd CompTIA_doc is incorrect because || means "execute the second command only if the first one fails."