1Z0-821 · Question #134
You wish to edit your crontab file that is located in /var/spool/cron/crontab. What command must you enter to edit this file?
The correct answer is A. crontab -e. The main tool for setting up cron jobs is the crontab command, though this is not available on every Unix variant. Typically under Solaris or Linux one would create a new crontab or edit an existing one, using the command; Use the ls -l command to verify the contents of…
Question
You wish to edit your crontab file that is located in /var/spool/cron/crontab. What command must you enter to edit this file?
Options
- Acrontab -e
- Bcrontab -e /var/spool/cron/crontab
- Ccrontab -r
- Dcrontab -e /etc/default/cron
How the community answered
(37 responses)- A84% (31)
- B8% (3)
- C3% (1)
- D5% (2)
Explanation
The main tool for setting up cron jobs is the crontab command, though this is not available on every Unix variant. Typically under Solaris or Linux one would create a new crontab or edit an existing one, using the command; Use the ls -l command to verify the contents of the/var/spool/cron/crontabs file.
Topics
Community Discussion
No community discussion yet for this question.