FreeBSD Setup: Add your user account to wheel
Wednesday, February 21st, 2007One of the first things you’ll want to do after installing FreeBSD is add your user account to the wheel group. This will let you use su to run commands as root, without having to log out or open a new terminal.
pw usermod -G wheel
Comments are closed.