Automization of unix shell script

Hi all

I want to run one shell script in my system at every morning 9 am. Kindly suggest me possible ways.

My system is sun solaris.

Thanks in advance.

add your script to crontab entry

there are many threads discussing about how to add an entry in crontab

please use the search facility of the forum :slight_smile:

this may be a good place to visit

u can try it out this one :

0 9 * * * /root/backup.sh