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.
Auto shutdown
Name: faruk Date: February 16, 2002 at 01:20:11 Pacific
Comment:
How can automatic shutdown the linux computer? Say, Linux server automatic shutdown in 8AM. Is it possible? Tell me please!
Name: ronen Date: February 16, 2002 at 02:45:54 Pacific
Reply:
y do u need to do that?
0
Response Number 2
Name: Artur Correia Date: February 16, 2002 at 10:13:24 Pacific
Reply:
Ronan made a preety good point...i suppose you could use cron to do it but what's the point??
0
Response Number 3
Name: faruk Date: February 17, 2002 at 02:20:42 Pacific
Reply:
Sorry, I told at 8AM. It will be at 8PM I need that I out from office at 5PM some user use the inter up to 8am. So, server must be open on that time. I want to shutdown at 8am.
0
Response Number 4
Name: ronen Date: February 17, 2002 at 15:26:06 Pacific
Reply:
better for u to leave it open all night
0
Response Number 5
Name: Greg Date: February 18, 2002 at 22:47:51 Pacific
Reply:
You could do shutdown -h (time in minutes) for it to shutdown in a specific number of minutes. Then you could write a script that would have it shut down x hours after you leave. Good Luck.
Hi guys goto linuxconf->configure superuser schedule task here you can define a command for auto shutdown or whatever you need for automation. for the point of shutdown you can define poweroff in command * in month * in days of month * in day of week 20 in hours 00 in minutes This combination is for automatic shutting down server everyday at 8:Pm.
Summary: Greetz! I like to shutdown my RH5.2 every day @ 23:00hr. How should i acclompish this? Do I use cron for that? If so, can someone give me some hints on that? Also, i like to msg my ftp users that the ...
Summary: Hi, I have Red Hat 8, and after the initial install it powered down by itself and actually turned the computer off. One day I was working in the console and I issued a shutdown command of some kind, ...
Summary: we are running 2 linux server in our network server1 is configured to shutdown automatically at a predefine time is there any way to shutdown server2 automatically only when server1 is shutting down....