CRONJOB TO MOVE CAPUTRED FILES IN A FOLDER with name as current date in batch (.bat) file

First check whether cron packet  is installed on not :

apt-get update && apt-get upgrade

dpkg -l cron

If not installed, then install it using following command

sudo apt-get install cron

Ensure that the cron service is running with the following command:
systemctl status cron

Continue reading CRONJOB TO MOVE CAPUTRED FILES IN A FOLDER with name as current date in batch (.bat) file