concepts wrote: > How I got there? > I simply added a user to the root group! >
I'm not sure why you would want to do that. sudo works with the group 'wheel' or 'admin' depending on the distro. make sure that /usr/bin/sudo and /usr/bin/su permissions are: -rwsr-xr-x (i.e. 4755) you can reset permissions with: chown root:root /usr/bin/sudo chmod 4755 /usr/bin/sudo you probably ran a 'chown / home/whatever' by error... Happened to me once... I did chown -R /home/user/ and there was a symbolic link to somewhere important... like '/usr/bin' :) David Montminy _______________________________________________ mlug mailing list [email protected] https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca
