Title: how to reboot properly using commandshell? Post by: scp on Wednesday 06 June 2012, 07:06:41 am Hi I want to automatically reboot every day using cron.daily.
Is this the proper command for a daily reboot cron job? #!/bin/sh /sbin/reboot exit 0 Thanks for your help! Title: Re: how to reboot properly using commandshell? Post by: kashifmax on Thursday 07 June 2012, 09:13:01 pm Shutdown command is the good way to do.
By the way, this is an irrelevant question and irrelevant category. You should ask such questions on another forums 8) |