5-4 Schedule Tasks Using at and cron Flashcards

1
Q

at

A

Execute command at a later time

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

/etc/at.allow

A

Configure users permitted to use at command

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

/etc/at.deny

A
Configure users not permitted to use at command
» Accepts following time/date formats:
- hh:mm
- midnight
- noon
- teatime (16:00)
- am/pm
- Full dates
- now + time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

atrm

A

Remove pending at task

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

anacron

  • f • Force execution, ignoring timestamps
  • u • Upload timestamps of all jobs; does not run jobs
  • n • Run jobs immediately, ignoring delays
  • t • Use speci ed configuration file, instead of default
  • h • Show help

Only root and superusers can use acacron

A

Execute commands periodically

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

/etc/anacrontab

A

Configuration file

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

/var/spool/anacron

A

Shows all timestamps for jobs

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