Results 1 to 7 of 7
Is there a program avalible that will let me choose a certain time and it will let me run commands e.g tell it to shut down my computer at a ...
- 08-22-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 29
Auto Shut Down
Is there a program avalible that will let me choose a certain time and it will let me run commands e.g tell it to shut down my computer at a certain time?
- 08-22-2006 #2
shutdown -h TIME
change the TIME I'm not sure if thats minutles or seconds but you can read the man page
man shutdown
and you also need to be root to run it
- 08-22-2006 #3
If you're wanting to schedule more than just a shutdown, crontab is the tool generally used for running commands on a recurring schedule.
Stand up and be counted as a Linux user!
- 08-22-2006 #4Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
Originally Posted by Zelmo
can anybody tell me how to post my problem on linux forum .........i am new with it
- 08-22-2006 #5
you click "New Thread" under an applicable category/topic, then state your problem clearly, and make a 1 line summary version as the title. =]
- 05-01-2010 #6Just Joined!
- Join Date
- May 2010
- Posts
- 1
Shut Down Automatically
You can use Crontab to shutdown your Linux Machine
#crontab -e
You got a new screen paste this command and change as per your requirement
0 20 * * * /sbin/shutdown -h now
By this command your Linux Machine will shutdown automatically at 8 PM every day

- 05-01-2010 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,081
Thread is really old, so locking this one, guys!
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.



