Scheduling Ubuntu to "Wake Up"

Bill Moseley moseley at hank.org
Fri Oct 26 14:35:13 UTC 2007


On Thu, Oct 25, 2007 at 08:42:06PM -0400, Daniel Pevny wrote:
> Sorry for complicating this, but I seem to be having a bit of trouble  
> following these instructions for whatever reason.  The attached image  
> shows what I'm getting into with the terminal (BTW, I guess I should  
> clarify that I'm trying to use a .plist file via totem that'll take  
> me to files on my Windows partition.).

the at command ( type "man at" to read its manual) when you run it
like in your image accepts commands that will be run as shell
commands.  You have to type control-d to indicate end of input:

    $ at 5am jan 1, 2008
    warning: commands will be executed using /bin/sh
    at> play time_to_get_up.mp3
    at> <EOT>
    job 90 at Tue Jan  1 05:00:00 2008

That "<EOT>" was printed right after I typed control-d.

But if you want it to happen every morning why are you using at
instead of cron?


BTW -- You can't cut-n-paste from the terminal -- don't need a screen shot.


-- 
Bill Moseley
moseley at hank.org





More information about the ubuntu-users mailing list