Cronie

Basic Command

Install (arch/endeavour)

sudo pacman -S crounie

Service start, status, restart, stop

sudo systemctl start cronie

sudo systemctl status cronie

sudo systemctl restart cronie

sudo systemctl stop cronie

Service enable or disable on startup

sudo systemctl enable cronie

sudo systemctl disable cronie

Display the contents of the crontab file of the currently logged in user

crontab -l

Edit the current user's cron jobs

Add Task

Create example file

Put to crontab


Note

In ubuntu cron is installed by default. but cron is deferent with cronie.


Reference

Last updated