I am trying to make the at bash command to run, but it is not working for me. I can add a job to the queue, but it is not run when the time is up. What am I doi
at
I've found this here
First make sure that the at daemon is running using a command like this: # ps -ef | grep atd root 8231 1 0 18:10 ? 00:00:00 /usr/sbin/atd If you don’t see atd running start it with this command: # /etc/init.d/atd start
First make sure that the at daemon is running using a command like this:
# ps -ef | grep atd root 8231 1 0 18:10 ? 00:00:00 /usr/sbin/atd
If you don’t see atd running start it with this command:
# /etc/init.d/atd start