In the last episode (Aug 28), Mike Hauber said: > Actually, it's for a server I've set up at my folks house with SMB > shares. I'd like for them to be able to scan for viruses every so > often from the server without having to deal with a command prompt.
How about something that opens an xterm and runs "clamscan -i -r /home"? -r will make it recurse into all subdirectories, and -i will make it print something only if there's an infected file. -- Dan Nelson [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"