Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

   

 

  Oracle Tips by Burleson

About Crontab Options

The crontab command has several options as follows:

Option
Purpose

-e
edit the current crontab file using the text editor specified by the EDITOR environment variable or the VISUAL environment variable

-l
list the current crontab file

-r
remove the current crontab file

-u
specifys the user’s crontab to be manipulated. This is usually used by root to manipulate the crontab of other users or can be used by you to correctly identify the crontab to be manipulated if you have used the su command to assume another identity.

Crontab also accepts a file name and will use the specified file to create the crontab file. Many prefer to use this option rather than editing the crontab because it provides a master file from which the crontab is built thus providing a backup to the crontab. The following example specifies a file called mycron.tab to be used as the input for crontab.

Creating Crontab from a master file

$ crontab mycron.tab

$


The following examples invoke crontab with some of the options listed earlier.

Invoking crontab with various options

$ crontab -l

# Use the Korn Shell for all shell scripts

SHELL=/bin/ksh

#**********************************************************

# Run the Weekly file cleanup task at 6:00AM every Monday

# and send any output to a file called cleanup.lst in the

# /tmp directory

#**********************************************************

00 06 * * 1 /home/terry/cleanup.ksh > /tmp/cleanup.lst

#**********************************************************

# Run the Weekly Management Report every Monday at 7:00 AM

# and save a copy of the report in my /home directory

#**********************************************************

00 07 * * 1 /home/terry/weekly_mgmt_rpt.ksh wprd > /home/terry/weekly_mgmt_rpt.lst

$

$ crontab -r

$

 

The above book excerpt is from:

Easy Linux Commands
Working Examples of Linux Command Syntax

ISBN: 0-9759135-0-6   

Terry Clark 

http://www.rampant-books.com/book_2005_1_linux_commands.htm 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2017

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.

Remote Emergency Support provided by Conversational