Avoid files being archived

hi all,

i want to write a shell script which can automatically touch my all files within a folder in an interval of 90 days ...so that i can avoid them being archived.

I don't want to manually touch the all files instead i want an automated shell script to do this.

Thanks in advance,
Om

you can schedule a cron job to run every 90 days (thats weird)
this is a good place to know how to

but i don't have permission in /usr/lib/cron/cron.allow file...my user id is not there...so is there any other way of doing it..

make use of your profile file so that when you log in, the required files are touched. lets hope you log in there at least once in 90 days

for example, if you are using bash, check the .bash_profile file in your home directory