crontab
Verified for current stable LTS
Crontab Command: Schedule Cron Job Friday 230am
Use for schedule cron job friday 230am with Crontab. Exact CLI syntax to schedule cron job friday 230am using Crontab.
When to use this: Use for schedule cron job friday 230am with Crontab.
Command Syntax
30 2 * * Fri /<path/to/script.sh> 30 2 * * Fri /<path/to/script.sh> Command Breakdown
30 is the base executable for this command.
FAQ
Purpose: Exact syntax to schedule cron job friday 230am using Crontab.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Crontab Command: Edit Crontab Current User
crontab -e Crontab Command: Edit Crontab Specific User sudo crontab -e -u <user> Crontab Command: List Cron Jobs Current User crontab -l Crontab Command: Remove All Cron Jobs Current User crontab -r Crontab Command: Replace Crontab With File crontab <path/to/file>