Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
restart script
Name: gardenair Date: October 9, 2008 at 22:39:27 Pacific OS: winxp CPU/Ram: 256
Comment:
I want to restart my system at 4 am every saturday.Please write the script that should do the specified task.
Summary: I have a shell script for applying security patches. The last thing I do in the shell script is restart the system in case any daemons have been updated. But I want to see if there is a way to not res...
Summary: If you can't even get into single user mode, you'll have to use a boot floppy/CD and then mount your actual drive and try to troubleshoot from there. Check your runlevel (/etc/rc.d/*) scripts and ...
Summary: I need help writing a script and setting up a cron job to check every 5 minutes to see if named is running, and if not restart it. Thanks in advance. ...