On Tue, Dec 14, 2010 at 4:00 PM, Leonardo Rodrigues <leonardov...@gmail.com> wrote: > mv /etc/group.new /etc/group > chown root.wheel /etc/group > chmod 644 /etc/group
A) root:wheel is better. B) it's a bad idea to fix the permissions of a file after installing it.