簡體   English   中英

Incron什么都不做

[英]Incron doesn't do anything

我安裝了一個帶有centos 7 inron的新vm。

我試着讓它工作,但一個簡單的命令什么都不做。

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

你知道出了什么問題嗎?

我只是引用這樣的:

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

這是相當古老的但是......也許你的incrond服務沒有運行。

# systemctl enable incrond.service
# systemctl start incrond.service

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM