This document provides information about scheduling jobs in UNIX/Linux systems. It discusses using the cron daemon to schedule jobs to run periodically based on time and date settings. It also covers using the at command to schedule single jobs to run once at a specific time. The crontab file format and common cron directories are described. It outlines how to list, delete, and manage scheduled jobs, and how user access to job scheduling is configured through cron access control files.