Overview
This lab provides guidance on performing Lab 7: crontab and at of the Linux+. By performing this lab, students will learn how to schedule processes to execute in the future using the at and crontab commands.
OUTCOMES:
In this lab, you will learn to:
- Learn how to schedule future tasks with the at command.
- Limit access to the at command.
- Learn how to schedule future recurring tasks with the crontab command.
- Limit access to the crontab command.
- Manage system crontabs.
Key terms and descriptions
crontab
Schedules commands execution at Specified time or time interval.
cron
The software utility cron is a time-based job scheduler in Linux-like computer operating systems. Users that set up and maintain software environments use cron to schedule jobs to run periodically at fixed times, dates, or intervals.
at
Execute commands at a specified time and optional date. The commands are read from standard input or from a file.