XK0-005 · Question #305
A systems engineer scheduled an at job that will reboot a critical server. A developer states the processes will not complete for another three hours. Which of the following will help the systems…
The correct answer is A. atq. 'atq' lists all pending at jobs along with their job numbers and scheduled times. This is the first necessary step: identify the job number of the reboot task. Once the job number is known, 'atrm <job_number>' would be used to remove it. None of the other options (at -q) are…
Question
A systems engineer scheduled an at job that will reboot a critical server. A developer states the processes will not complete for another three hours. Which of the following will help the systems engineer to remove the job?
Options
- Aatq
- Bat -q
- Catq
- Dat -q
How the community answered
(51 responses)- A94% (48)
- B2% (1)
- D4% (2)
Explanation
'atq' lists all pending at jobs along with their job numbers and scheduled times. This is the first necessary step: identify the job number of the reboot task. Once the job number is known, 'atrm <job_number>' would be used to remove it. None of the other options (at -q) are valid at command flags for listing jobs. Although 'atq' alone does not remove the job, it is the correct starting point in the removal process and is the only valid command among the choices provided. Options A and C are both 'atq'; the answer is effectively 'atq'.
Topics
Community Discussion
No community discussion yet for this question.