You can use Crontab to schedule the execution of tasks. The command crontab -l list all the scripts already scheduled on your machine and the option -e runs the editing mode. The basic format string looks like this: A B C D E /bin/do_something.sh Where A = minutes (0-59) B = hours (0-23) C =… (read more)