Dwain, On Tue, 2007-04-10 at 01:05 -0500, dwain wrote: > I have a script that I need to make into a crontab. It's to autoupdate > f-prot > anti virus. I looked at the man-pages and I'm not sure how to put the file > in the proper place. I'm not even sure if I should use YaST2 sysconfig > editor, the konsole or what to write the thing.
There are plenty of ways to do this... Here's a few suggestions; If this is for a specific user, run crontab -e from a terminal. If it's system wide, either run crontab -e as root from a terminal or chuck the script in /etc/cron.daily Don't forget to make it executable! You could even have it check for updates when you get a network connection. Have a look at the scripts in /etc/NetworkManager/dispatcher.d > I sure would appreciate some guidance here, please. HTH > > Cheers, > Dwian Cheers, Magnus -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]