On Friday 02 Jul 2004 16:32, Michael Marsh wrote: > Does anyone know how to make fedora shut down automatically at a certain > time of day with a bash script? > > Thanks in advance > Michael Marsh > m@xxxxxxxx Create a script file: #!/bin/bash shutdown -t 1700 (or whatever time you want) Set it up as a root cron job -- Regards Peter Cannon peter@xxxxxxxxxxxxxxxxxxxxxxxxxxxx "There is every excuse for not knowing!" "But there is no excuse for not asking!"