crontab -e
sudo crontab -u $User -e
crontab -l
leon244 wrote:Doingopens my crontab
- Code: Select all
sudo crontab -u $User -e
sudo crontab -u $User -e
[user is lgoldman]$>crontab -e
crontab: no changes made to crontab
leon244 wrote:crontab -e opens an editor, but the Konsole showsand reverts to the command line even though the editor is open
- Code: Select all
[user is lgoldman]$>crontab -e
crontab: no changes made to crontab
So this time I did 'crontab -e', wrote a line in the editor and saved the file.
EDITOR=vim crontab -e
EDITOR=vim crontab -e
leon244 wrote:I tried your code and would point out that the addition of 'crontab -e' at the end made my system unbootable until I went into recovery mode and edited the line out.
doktor5000 wrote:Edit what line out?
EDITOR=nano
EDITOR=vim crontab -e
crontab -e
EDITOR=
leon244 wrote:Here is what happened.
I put your suggestioninto my .bash_profile replacing the existing EDITOR line
- Code: Select all
EDITOR=vim crontab -e
I then rebooted my computer
doktor5000 wrote:
Try using a different editor like vim or nano like this:
- Code: Select all
EDITOR=vim crontab -e
Users browsing this forum: No registered users and 1 guest