Developers Heaven Forum

Operating Systems => Lunix & Unix => Topic started by: admin on October 22, 2011, 04:45:19 AM

Title: How to edit crontab and save?
Post by: admin on October 22, 2011, 04:45:19 AM
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.
Title: Re: How to edit crontab and save?
Post by: admin on November 27, 2011, 04:19:06 AM
to edit a user crontab add: -u username