Linux_FoundationLinux_Foundation
LFCS · Question #293
LFCS Question #293: Real Exam Question with Answer & Explanation
The correct answer is A: atrm. To remove a pending job scheduled with the at command, the administrator must use the atrm utility.
Submitted by eva_at· Apr 18, 2026Essential Commands
Question
An administrator discovers a pending job for the at command. Which of the following does the administrator need to use to remove it?
Options
- Aatrm
- Batq -r
- Cat -e
- Drmat
Explanation
To remove a pending job scheduled with the at command, the administrator must use the atrm utility.
Common mistakes.
- B.
atqlists pendingatjobs, but the-roption is not standard for removal;atqis for querying, not removing jobs from the queue. - C.
at -eis used to edit anatjob's details, not to remove the job itself from the queue. - D.
rmatis not a standard Linux command for managingatjobs.
Concept tested. Managing at scheduled jobs
Reference. https://manpages.ubuntu.com/manpages/jammy/en/man1/at.1.html
Topics
#at command#Job scheduling#Command-line utilities
Community Discussion
No community discussion yet for this question.