Hi all,Im using Fedora Core 1 and 2 32 and 64 bit, I want to automized my procedure thats way I create some scripts, All scripts are working but when I test it with cron it is not working. Below are the scripts I want to execute automatically and I put it all inside crontab.
*/3 * * * * root run-parts squid -k rotate */4 * * * * root run-parts /sbin/squidlog */5 * * * * root run-parts /sbin/squidzip Can you please help me on how can I run this script automatically? Thanks,Wennie