at command is not executed

后端 未结 5 985
攒了一身酷
攒了一身酷 2021-01-18 04:45

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

5条回答
  •  遇见更好的自我
    2021-01-18 05:02

    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
    

提交回复
热议问题