Question 4 of 10Pro Only
Explain how cron works on Linux systems. How do you read and write a cron expression, and what best practices should you follow when scheduling automated tasks in a data center?
Sample answer preview
Cron is the standard job scheduler on Linux systems that allows you to run commands or scripts automatically at specified times and intervals. It is one of the most fundamental automation tools available to a data center technician, and understanding how to use it correctly is…
croncrontabschedulingautomationPATHoutput-redirection