How to configure cronjobs in Linux.

Author
By Darío Rivera
Posted On in Linux

To configure the user's cronjobs in session we can execute the following command.

crontab -e

Likewise, we can see the list of cronjobs with the following command.

crontab -l

To configure cronjobs for a specific user without explicitly logging in as them, we can run the following command.

sudo crontab -u www-data -e

Acerca de Darío Rivera

Author

Application Architect at Elentra Corp . Quality developer and passionate learner with 10+ years of experience in web technologies. Creator of EasyHttp , an standard way to consume HTTP Clients.

LinkedIn Twitter Instagram

Sólo aquellos que han alcanzado el éxito saben que siempre estuvo a un paso del momento en que pensaron renunciar.