0

I am trying to create incron job, but no success.

When I type:

incrontab -l

I got:

no table for vujke

and when I type:

incrontab -e

I got:

editor finished with error: No such file or directory

What's wrong?

1 Answer 1

2

The output of

echo $EDITOR

was empty, so I did:

export EDITOR=vi

then

incrontab -e

work like a charm!

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .