我在/home/下面写了一个a.sh

#!/bin/sh
echo hello > /home/hello.txt

然后在crontab -e中设置了

*/1 * * * * /home/a.sh

为何等了好几分钟,home下面还是没有hello.txt呢?

发表评论

邮箱地址不会被公开。 必填项已用*标注