Chapter 7 - Process Administration Flashcards
Where is the configuration file for cron and what must you do after running it?
/etc/sysconfig/cron and run suseconfig
What does the sixth field in the crontab file designate?
The command you want to run
What does a * specify if it is in the time/date fields?
Any time/date
How can a user create their own crontab file?
crontab -e
Crontab files can exist for?
The system, and users
What does the following command do? crontab -l
List the current cron jobs
What does the following command do? crontab –r
Deletes all cron jobs
If neither an allow or deny cron file exists who will be able to define cron jobs?
Only root
What file is used to specify system jobs?
/etc/crontab
Identify two ways you can run an “at” job and which is the preferred method.
run at
and enter your commands, or run at -f and specify a script file
What is the process for deleting an “at” job?
atq to see the jobs, then atrm to delete the job
How do you specify the time you want an “at” job to run?
at HH:mm