查看了多个资料,并没有在 /etc/init.d/ 这个目录下发现 atd 文件,所以命令
[root@localhost ~]# /etc/init.d/atd status11
/etc/init.d/atd start 11
并不起作用。
使用命令:
[root@localhost ~]# systemctl start atd11
[root@localhost ~]# ps -ef |grep atdroot 4717 1 0 14:36 ? 00:00:00 /usr/sbin/atd -f
root 4733 4429 0 14:36 pts/1 00:00:00 grep --color=auto atd123123
这样就可以看到atd的进程了,然后重新启动任务
[root@tev137 ~]# at 14:40at> date > /root/datetest.logat> <EOT>
job 6 at Wed Feb 8 14:40:00 201712341234
搞定!