cron_list
List scheduled cron jobs for the current user, a specific user, or all users, including system crontab and cron.d entries. Get daily, weekly, and monthly summary views for quick review.
Instructions
List cron jobs for the current user, a specific user, or all users. Also shows system cron files from /etc/crontab and /etc/cron.d/. Includes cron.daily, cron.weekly, and cron.monthly summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | If true, list cron jobs for ALL users (requires root or read access to /var/spool/cron). | |
| user | No | List cron jobs for a specific user. Omit to list for the current user. | |
| include_system | No | If true, also include system cron files (/etc/crontab, /etc/cron.d/*). |