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 > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: crontab help
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 12-04-2005
grahamb grahamb is offline
Registered User
  
 

Join Date: Dec 2005
Location: Windsor, Ont Canada
Posts: 13
Creating crontab! files! Who runs crontab?

Hi

If you want a specific user to run a crontab (root, myself, yourself, etc) then the easy way is to log into that users account and create the crontab entry:
"crontab -e"
This gives you YOUR OWN (or that users) crontab file to edit, using say "vi", or "gvim, whatever is the default editor.

Save and exit the changes with:
":wq" from inside the text editor.

Use "crontab -l" to view the YOUR OWN (or that users) crontab contents - without the risk of editing it.

Bye
GrahamB