#To reboot after a 60 second delay (gives you a last few moments to change your mind!)... shutdown -r -t sec 60 #Or to reboot immediately... shutdown -r now #To cancel a shutdown (in case you did change your mind!) shutdown -c To start Apache:- #To start normal Apache web services /etc/rc.d/init.d/httpd start # To start admin gui web server /etc/rc.d/init.d/admserv start Hope this helps... Steven