Fresh Install Super User

I have a fresh install. I cannot become super user using
Code:
su
su -

Can someone please tell me the right way. I use ssh.
 
Another post solved it:

Thanks.
 
As others have suggested already, if your user is not in the 'wheel' group, login as root and add your user to 'wheel' group with pw groupmod wheel -m <username>.
groups <username> will tell you which groups your user is member of.
 
Back
Top