On 02/19/2016 04:43 AM, [email protected] wrote: > > can anything break if i changed to many files inside the mailman dirs > from root:list or root:root to list:list ? > cause in some directories i used chmod -h list:list * to fix the > check_perms errors, as there where so many.
Did you mean 'chown -h list:list *'? In any case, changing ownership to list:list is not a problem, but 'check_perms -f' will fix everything except the symlinks and they don't matter, only their targets matter and 'check_perms -f' fixes those. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
