💾 Archived View for freeshell.de › tldr › crontab.gmi captured on 2024-05-26 at 15:13:07. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

crontab

Schedule cron jobs to run on a time interval for the current user.
Job definition format: "(min) (hour) (day_of_month) (month) (day_of_week) command_to_execute".

More information.

crontab -e
sudo crontab -e -u {user}
crontab {path/to/file}
crontab -l
crontab -r
0 10 * * * {command_to_execute}

30 2 * * Fri {/absolute/path/to/script.sh}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY