CompTIACompTIA
XK0-005 · Question #1213
XK0-005 Question #1213: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #1213. The question stem and answer options stay visible for context.
System Management
Question
A junior Linux administrator needs to create 16 empty files quickly that will contain sales information for each quarter for the past four years. Which of the following commands will meet this requirement?
Options
- Atouch {2015,2016,2017,2018}.{q1,q2,q3,q4}
- Btouch [2015,2016,2017,2018].[q1,q2,q3,q4]
- Ctouch `2015,2016,2017,2018`.`q1,q2,q3,q4`
- Dtouch {2015.2016.2017.2018}.{q1.q2.q3.q4}
Unlock XK0-005 to see the answer
You've previewed enough free XK0-005 questions. Unlock XK0-005 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#touch command#brace expansion#file creation#shell commands