Comment 2 for bug 94933

Revision history for this message
Ralph Corderoy (ralph-inputplus) wrote : Re: The 'at' command fails to execute commands at the given times and dates

Here's a simple test. Can you try it please. at(1) is working for some of us so we need to find out why your experience differs.

$ echo touch /tmp/created_by_at | at now
warning: commands will be executed using /bin/sh
job 3787 at 2007-08-13 11:45
$ ls -l /tmp/created_by_at
-rw-r--r-- 1 ralph ralph 0 2007-08-13 11:45 /tmp/created_by_at
$