Question 9 of 10Pro Only

How do you schedule recurring tasks in Linux using cron?

Sample answer preview

Cron is the standard Linux task scheduler for running commands at specified times. The cron daemon runs continuously, checking for scheduled jobs. Edit your crontab with crontab -e. View it with crontab -l. Remove it with crontab -r. Each user has their own crontab.

croncrontabminutehourdayasterisk

Unlock the full answer

Get the complete model answer, key points, common pitfalls, and access to 9+ more DevOps Engineer interview questions.

Upgrade to Pro

Starting at $19/month • Cancel anytime