How to edit crontab and save?

Started by admin, October 22, 2011, 04:45:19 AM

Previous topic - Next topic

admin

To edit crontab write:
crontab -e

The default editor is for crontab is vi.

Make your edit..

Then hit "ESC" once. Then :wq

That should drop you back to the command line.

admin

to edit a user crontab add: -u username