cannot create crontab in 7.3
Hmm. New 7.3 system. I set the permissions to secure, if that has any bearing. cron-3.0.1-406 Logged in as root I try to create a new crontab: # crontab -e and get the following expected message before vi starts: no crontab for root - using an empty one I create the following entry: 30 8 * * * (tab) date When I exit vi I get the following message crontab: no changes made to crontab and a crontab -l shows nothing. I've tried with the default deny, allow files and no deny, allow files. Setting root crontab works fine on my other 7.3 system. I'm stumped. Ideas? Brett
On Friday 01 March 2002 04:34, Dan wrote:
HOW do you exit vi ?
Press esc to be sure you are in command mode, then type :q Bryan *********************************************** Powered by SuSE Linux 7.2 Professional KDE 2.1.2 KMail 1.2 Bryan S. Tyson bryantyson@earthlink.net ***********************************************
On Friday 01 March 2002 19:15, Bryan S.Tyson wrote:
On Friday 01 March 2002 04:34, Dan wrote:
HOW do you exit vi ?
Press esc to be sure you are in command mode, then type :q
Make that <ESC> :wq if you want to *keep* changes made ;) hth Jon
On Saturday 02 March 2002 04:32, Jon wrote:
HOW do you exit vi ? Press esc to be sure you are in command mode, then type :q Make that <ESC> :wq if you want to *keep* changes made ;)
An additional tip: :q won't let you quit if you have unsaved changes. You'll get a warning "no write since last change." (:w=write, another word for save.) If you have made changes, but do not want to keep them, :q! will let you quit, throwing away any unsaved changes. *************************************************** Powered by SuSE Linux 7.3 Professional KDE 2.2.1 KMail 1.3.1 This is a Microsoft-free computer Bryan S. Tyson bryantyson@earthlink.net ***************************************************
participants (5)
-
Brett Delmage
-
Bryan S.Tyson
-
Bryan Tyson
-
Dan Am
-
Jon Clausen