Difference between revisions of "User:Huck/cronjobs"

From WolfTech
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
To write a cron job in ECE, you must make a secure login to:
 
To write a cron job in ECE, you must make a secure login to:
  
chronos.ece.ncsu.edu
+
  chronos.ece.ncsu.edu
  
 
Once in, you should:
 
Once in, you should:
  
sudo su -
+
  sudo su -
  
 
and use your own Unity password as the sudo superuser password.
 
and use your own Unity password as the sudo superuser password.
Line 11: Line 11:
 
To list the cron jobs type:
 
To list the cron jobs type:
  
crontab -l
+
  crontab -l
  
 
To edit:
 
To edit:
  
crontab -e
+
  crontab -e

Latest revision as of 16:50, 28 March 2006

To write a cron job in ECE, you must make a secure login to:

 chronos.ece.ncsu.edu

Once in, you should:

 sudo su -

and use your own Unity password as the sudo superuser password.

To list the cron jobs type:

 crontab -l

To edit:

 crontab -e