Big Data and Cloud
Sunday, May 11, 2014
How to add a user to wheel group and enable sudo for the wheel group
To enable sudo for the wheel group :
Make sure the following line is there in /etc/sudoers
%wheel ALL=(ALL) ALL
Then add a user to the wheel group :
usermod -G wheel <username>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment