Sunday, March 29, 2020

linux: set sudo powers to a specific user

Add the username into wheel group via /etc/group

vi /etc/group
wheel:x:10:YOUR_USER_NAME

$ sudo my-command

No comments:

Post a Comment