I have created a script and save it here:
/etc/cron.daily/my_script
How do I 'add' my script to the crontab so that it executes at a specific time?
I am logged in as 'root'.
Normally I would use #crontab -e but this seems to be the wrong command as my other scripts aren't in here.
Any ideas?
Best regards
/etc/cron.daily/my_script
How do I 'add' my script to the crontab so that it executes at a specific time?
I am logged in as 'root'.
Normally I would use #crontab -e but this seems to be the wrong command as my other scripts aren't in here.
Any ideas?
Best regards