rajarshig.github.io

Setup Cron job in Ubuntu 18.04

Published at: 17/5/2020


Cron is a tool for time based job scheduling - found in most of Unix based operating systems. Although it was developed long time ago, its simplicity & effectiveness is remarkable.

Use

Any script or command which is to be executed in some time interval, can be set with Cron.

Points to remember

/home/username/venv/bin/python  /home/username/venv/project/script.py

Steps

Conclusion

References: