我正在尝试使用at
命令在 Ubuntu 上安排一项工作:
/opt$ at now + 1 min
warning: commands will be executed using /bin/sh
at> echo "test" > /opt/t.txt
at> <EOT>
但是,作业启动后并没有停止。这是来自的作业信息atq
:
20 Tue Jun 21 14:37:00 2016 = someuser
'=' 表示该作业当前正在运行。
为何它不停?
我正在尝试使用at
命令在 Ubuntu 上安排一项工作:
/opt$ at now + 1 min
warning: commands will be executed using /bin/sh
at> echo "test" > /opt/t.txt
at> <EOT>
但是,作业启动后并没有停止。这是来自的作业信息atq
:
20 Tue Jun 21 14:37:00 2016 = someuser
'=' 表示该作业当前正在运行。
为何它不停?