5-4 Schedule Tasks Using at and cron Flashcards
1
Q
at
A
Execute command at a later time
2
Q
/etc/at.allow
A
Configure users permitted to use at command
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
4
Q
atrm
A
Remove pending at task
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
6
Q
/etc/anacrontab
A
Configuration file
7
Q
/var/spool/anacron
A
Shows all timestamps for jobs