4

我安装了一个带有 centos 7 incron 的新虚拟机。

我试图让它工作,但一个简单的命令什么也没做。

incrontab -e:

/home/test IN_CLOSE_WRITE touch "$@/$#.new"

没什么特别的

当我观看日志 cron 时,我看到了这个:

May 13 11:40:57 Minions incrond[2785]: (root) CMD (touch "/home/test/test.new")

但目录中没有创建任何内容

[root@Minions test]# ll
total 0
-rw-r--r--. 1 root root 0 13 mai   11:40 test

你知道出了什么问题吗?

4

2 回答 2

0

这是相当旧的但是......也许你的 incrond 服务没有运行。

# systemctl enable incrond.service
# systemctl start incrond.service
于 2018-09-12T17:38:05.710 回答
0

我只是这样引用:

/home/test IN_CLOSE_WRITE touch $@/$#.new
于 2016-05-16T05:10:32.143 回答