listen to simulation instructions you're the it administrator for a small corporate network. you want a specific task to run on the corpdata server automatically. in this lab, your task is to: use crontab to create a crontab file for the root user. add parameters to the file that will run the /bin/updatedb command every tuesday and saturday morning at 2:30 a.m. you may need to use crontab -l | more in order to view your changes if they were made to the top of the crontab file.

Respuesta :

The crontab -r command is used to remove crontab files.

What is crontab files?

  • The crontab file seems to be a simple text file that tells the cron daemon what to do at set intervals or times. A cron job or task can be scheduled by any system user. The task is carried out by the user account that generated it.
  • A crontab is a simple text file containing a set of instructions that are executed at regular intervals. For accessing and editing crontab files located in /var/spool/cron/crontabs, use the crontab command. The "cron table," also known as the "crontab," is used by the cron daemon to schedule tasks.
  • A crontab file is a simple file containing a list of commands that will be run at predetermined times. To modify it, use the crontab command. To change it, use the crontab command. The cron daemon validates the commands in the crontab file (as well as their execution times) before running them in the system background.

To learn more about crontab files refer to :

brainly.com/question/27185401

#SPJ4