Scheduling Repeated Jobs with Cron Flashcards
1
Q
A time based job scheduling service
A
Cron
2
Q
A program to create, read, update, and delete your job schedules.
A
crontab
3
Q
Use ______ to schedule and automate tasks
A
cron
4
Q
_______ ________ will install a new crontab from file
A
crontab file
5
Q
to Lists your cron jobs use this command:
A
crontab -l
6
Q
To edit your cron jobs use this command:
A
crontab -e
7
Q
Remove all of your cron jobs
A
crontab -r