CompTIACompTIA
XK0-005 · Question #1120
XK0-005 Question #1120: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #1120. The question stem and answer options stay visible for context.
System Management
Question
A Linux administrator needs to schedule a cron job to run at 1:15 p.m. every Friday to report the amount of free disk space on the system and to send the output to a file named "freespace". Which of the following would meet this requirement?
Options
- A13 15 * * 5 df > /freespace
- B15 13 * * 5 df > /freespace
- C15 1 * * 6 df > /freespace
- D15 13 6 * * df > /freespace
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
#cron job#scheduling#Linux commands#disk space management