I learned about “Cron”

Cron is a time based scheduling daemon in Linux ( not only in Linux anyway ) when I installed Linux, cron was already installed and ready to be used. The schedule run by cron not only single command but also can be expanded to many commands in a single script. So, at [...]