Browsing tag

ubuntu 16.04

Linux Basics: 20 Useful Crontab Examples in Linux

Cron (aka Crontab) is a task scheduler in Linux that helps to execute a task on a scheduled time, and it is very similar to Windows Task Schedulers. With crontab, we can schedule repetitive tasks as well as one-time tasks using @ utility. Crontab is mostly used for executing backup scripts for taking the system […]