I want to auto shutdown the computer after a period with keyboard or mouse inactivity, i.e., if the user doesn't use the computer in 1 hour, for example, a shutdown command is sent to the system.
I need something like apmsleep, but instead suspend or standby the system, shutdown is executed.
thanks;
Adriano.
Rick Chen wrote:
On Tue, 2004-05-11 at 22:50, Adriano Holanda wrote:
Hello all;
I'd like to auto shutdown computers with fedore core 1 after a period without interrupt in the Real-time-clock(RTC).
What about this as root
/sbin/shutdown -h 30 or /sbin/shutdown -h 14:30
1) this will shutdown the system in 30 minutes 2) shutdown at 2:30pm
I think you can uses at command to powerdown!!