Allowing Users to Become Root in FreeBSD
June 8th, 2009
In order for a user to become root (using su or sudo) in FreeBSD, the user must be in the wheel group. To add an existing user to the wheel group, run the command
pw user mod username -G wheel