The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-05-2006
mercy mercy is offline
Registered User
 

Join Date: Feb 2006
Location: msk.ru.earth
Posts: 43
You can use cron
Just add this script in /etc/crontab and reread config this command
# crontab /etc/crontab
to launch script under your account

If it must be runing under root account - don't rereading config (OS will be doing this itself)
Reply With Quote