Page 1 of 1

crontab -e

PostPosted: Sat May 28, 2011 8:15 pm
by chasejordan1
How do you uncomment in crontab -e so that uncommented command works.
To ask it a different way I can delete the # sign, but then what.


Goautodial
VERSION: 2.2.1-237
BUILD: 100510-2015
asterisk version
1.4.27

PostPosted: Sat May 28, 2011 8:40 pm
by chasejordan1
Ok for those of us who don't know how to use vi, I am used to nano. I did this

log in as root and type

env EDITOR=nano crontab -e

this switches the editor to nano which for me is easier, then when you add or delete something in crontab -e you just have to hit control o then enter then control x and all is well

PostPosted: Sun May 29, 2011 3:57 am
by Trying
Thanks for sharing!