Hello I just setup a ubuntu server running samba and I want it to shut down every night at 11PM.
This is what's in my crontab I'm using this command in crontab 30 9 * * * root shutdown -h now
Cron tab does seem to be on but its not running the command at the desired time.
Thanks in advance!