Hi, I was wondering what is the syntax to copy a file from public_html to root folder at certain interval using cron jobs. Thanks
Pretty vague question, but basically your command will look something like this: cp [path/to/public_html/][file] [path/to/destination]/[filename to use] I'd say make sure the command works first, then use crontab to set it up - here's a site with details on that: http://www.adminschoice.com/docs/crontab.htm