Scheduling Repeated Jobs with Cron Flashcards

1
Q

A time based job scheduling service

A

Cron

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A program to create, read, update, and delete your job schedules.

A

crontab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Use ______ to schedule and automate tasks

A

cron

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

_______ ________ will install a new crontab from file

A

crontab file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

to Lists your cron jobs use this command:

A

crontab -l

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

To edit your cron jobs use this command:

A

crontab -e

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Remove all of your cron jobs

A

crontab -r

How well did you know this?
1
Not at all
2
3
4
5
Perfectly