at command is not executed

后端 未结 5 983
攒了一身酷
攒了一身酷 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:07

    Check your mail:

       An at - or batch - command invoked from a su(1) shell will
       retain the current userid.  The user will be mailed standard
       error and standard output from his commands, if any.  Mail
       will be sent using the command /usr/sbin/sendmail.  If at is
       executed from a su(1) shell, the owner of the login shell
       will receive the mail.
    

提交回复
热议问题