Enable Sudo in OS X
From Zanecorpwiki
To add a specific user:
- enable root
- su to root
- add the user to 'wheel'
- run 'visudo'; add the line 'user ALL=(ALL) ALL' where 'user' is the user name you're enabling
NOTE: unlike Linux, you will use the user's password, not the root password when you sudo.


