To give sudo permission to a user in Mac,
you can do the following command:
sudo visudo
and add the following line:
wic ALL=(ALL) ALL
'wic' should be replaced with your username.
Reference:
http://mithunme.wordpress.com/2013/02/10/adding-a-standard-user-to-etcsudoers-in-mac-os-x/
No comments:
Post a Comment