Have tried - chown -Rf qscand.qscand /var/spool/qmailscan this returns :
chown: `qscand.qscand': invalid userYou're sure you're doing this logged in as the user root correct? Brandon
the nomenclature used may not be appropriate to his OS version. for example, under solaris the command would be
chown -R qscand:qscand /var/spool/qmailscan
note the colon rather than dot. a canonical construct that may work better would be
chown -R qscand /var/spool/qmailscan chgrp -R qscand /var/spool/qmailscan
Paul Theodoropoulos http://www.anastrophe.com
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
