A user is a member of wheel to make some changes as root. Now I have installed sudo. I think it's a more proper way to do root jobs. Now I want to set the user as non member of wheel.
I tried this option:
What is the right way?
I'm working with FreeBSD 9.2.
I tried this option:
pw groupdel wheel <username>. Nothing happens in /etc/group. Editing /etc/group and deleting the user from group wheel doesn't help. I noticed because I logged in as the user and I still can log in as root with 'su -'.What is the right way?
I'm working with FreeBSD 9.2.