A maintenance script must run once at 01:30 tomorrow and you want an email when the job finishes even if the script produces no output. You also prefer to submit the job to the batch queue b so it runs only when the system load is low. Which command accomplishes this from an interactive Bash prompt?
echo "/usr/local/bin/cleanup.sh" | at -q b 01:30 tomorrow
echo "/usr/local/bin/cleanup.sh" | at -l -q b 01:30 tomorrow
echo "/usr/local/bin/cleanup.sh" | at -m -q b 01:30 tomorrow
echo "/usr/local/bin/cleanup.sh" | at -f /usr/local/bin/cleanup.sh 01:30 tomorrow
The at option -m tells atd to send mail to the invoking user after the job completes even when standard output and standard error are empty. The batch queue is chosen with -q b; option order is flexible. Piping the command string provides the job body.
The other choices omit -m, misuse -l (which only lists jobs), or misuse -f (which expects the pathname of a file that already contains the job commands).
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the 'at' command used for in Linux?
Open an interactive chat with Bash
What does the '-m' flag do in the 'at' command?
Open an interactive chat with Bash
What is the role of '-q b' in the 'at' command?
Open an interactive chat with Bash
CompTIA Linux+ XK0-006 (V8)
Services and User Management
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99
$19.99/mo
Billed monthly, Cancel any time.
3 Month Pass
$44.99
$14.99/mo
One time purchase of $44.99, Does not auto-renew.
MOST POPULAR
Annual Pass
$119.99
$9.99/mo
One time purchase of $119.99, Does not auto-renew.
BEST DEAL
Lifetime Pass
$189.99
One time purchase, Good for life.
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .