You are not logged in.
Hello,
I installed incron but when I try to edit the list for the root user I get a No such file or directory error.
[root@archlinux ~]# incrontab -e
editor finished with error: No such file or directory
Do you know what is it the problem?
Last edited by Aegidius (2015-09-27 18:51:42)
Offline
$ echo $EDITOR
vim
$ incrontab -e
table unchanged
$ EDITOR=nonexistent incrontab -e
editor finished with error: No such file or directory
Offline