A far safer way to edit crontab

A far safer method of editing your crontab file is like this:

#crontab -l > local_file
#vi local_file
#crontab local_file

The first command copies the user's crontab to a file where it can be safely edited. If a mistake is made it will not effect the actual crontab entry. Once the user has edited their file, they can active that file by using the last command listed above.

    Requires Free Membership to View

Click here for more crontab editing tips!


This was first published in September 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.

    Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.