Mac OS X: at command not working

Posted by David.Chu.ca on Super User See other posts from Super User or by David.Chu.ca
Published on 2009-09-19T04:24:09Z Indexed on 2010/05/28 6:02 UTC
Read the original article Hit count: 351

Filed under:
|

I am going to schedule a job by using at command. Here I tried the following command:

$ at now + 1 minute
echo 'Test at command'
<EOD>

I saw the job is scheduled by using at -l. However, I saw no echo out.

I guess that I may need to add user to at.allow file. I cannot find at.allow in my Mac (Snow Leopard). Not sure what I need to do to test this at command?

© Super User or respective owner

Related posts about mac

Related posts about unix