107.2 Automate System Administration Tasks By Scheduling Jobs Flashcards
Alias for batch command.
at -b
cats the details of the job to standard output.
at -c [job ID]
Two commands to list pending jobs.
at -l
atq
at argument to never send mail to user.
at -M
Command to execute job at specified time.
at -t [time]
Command to show when a batch job will run.
at -v
The daemon that runs jobs queued by at.
atd
Command to set time to wait between batch jobs.
atd -b
Command to process at/batch queue only once.
atd -s
Type of job that executes when the specified load level permits.
batch
Command to delete cron job number 7.
atrm 7
Type of jobs that can run simultaneously with complex scheduling.
at jobs
Type of jobs that run sequentially when system load is low.
batch jobs
How to restrict cron jobs from sending an email to the user?
Append >/dev/null 2>&1 to the end of the crontab entry
What must be at the end of each crontab entry?
A newline character