I\'m new to using cron job. I don\'t even know how to write it. I have tried to search from internet, but I still don\'t understand it well. I want to create a cron job that
First open your SSH server with username and password and change to the default root user(User with all permissions) then follow the steps below,
crontab -l
now you will see the list of
all cronjobs.crontab -e
a file with all cron jobs will be
opened.min hr
dayofmonth month dayofweek pathtocronjobfile
and save the file.crontab: installing new
crontab
now again check the list of cronjobs your cron job will be
listed there.