Developers Heaven Forum
Operating Systems => Lunix & Unix => Topic started by: admin on October 22, 2011, 10: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.
-
to edit a user crontab add: -u username