On Sun, 2003-06-15 at 22:59, Dave Garlick wrote: > I was wanting to use Ktimer to auto shut down (such as after a long download > etc.) can anyone help with the command to run???
wget -c http://www.foo.org/file.tgz ; shutdown -rft 3 now (most distros need to run shutdown as root though)
