The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-03-2009
Sumedha Sobti Sumedha Sobti is offline
Registered User
  
 

Join Date: Jul 2009
Location: India
Posts: 9
Hi

1. crontab -e
This command is used ONLY for editing/adding the crontabs in vi editor.
2. crontab -l
This command just dispalys all crontabs at once, the file is not affected
3. crontab -l | more
This command display the crontabs, incase you file happen to be large,
hit the spacebar to view more.
The file again is not affected.

P.S: Make sure you have spare copy of your crontab file somewhere

Regards
Sumedha

Last edited by Sumedha Sobti; 10-06-2009 at 07:45 AM..