I am looking around for some advice here. I have been asked to make a script that automatically creates a user, home directory, sets the shell to nologin, downloads a tar of scripts, installs said ...
I need to run some things at 22.00 on every 3rd Saturday of every month, would the following work? 00 22 15-21 * * [ `date +\%u` = 6 ] && /root/test.sh i would use 6 instead of Sat so that if someone ...
If it does list an entry that is relevant to your application, then you can delete it by running "crontab -r" in the terminal to remove cron entries. Other There are other means for launching ...