You are not logged in.
Pages: 1
I can't save a new cron job in my system. I use
crontab -e
or
export VISUAL=gedit && crontab -e
to add a new job. These commands open a /tmp/crontab.XXXX file that after saving, cron jobs are NOT updated!
It's too strange to me* !
I run
nano -w /var/spool/cron/root
and the cron job is listed now by
crontab -l
Why I can't save cron jobs directly from crontab -e?
( I have read the vi man pages :-) )
* I am newbie, just one month Linux user with 3 distro succesfully installed
"What we cannot speak about we must pass over in silence" L. Wittgenstein
Offline
after
1. "crontab -e"
2. editing the crontab file
are you sure you also SAVE the file? (with ":wq<enter>" in vi)?
It works for me this way.
:: / my web presence
Offline
Ooops! VI is complicated editor.
Thanks anyway!
"What we cannot speak about we must pass over in silence" L. Wittgenstein
Offline
Ooops! VI is complicated editor.
Thanks anyway!
Its a great editor once you learn to use it
here's some usesfull documentation on the commands:
http://www.fprintf.net/vimCheatSheet.html
Offline
Pages: 1