Link to home
Start Free TrialLog in
Avatar of ittechlab
ittechlabFlag for Canada

asked on

sudo account - setup

I have linux application account and  would like to restrict the user to login directly. I want this account to be under sudoers. users can login and sudo into this account. How do i do that in linux?
Avatar of Thomas U
Thomas U
Flag of Switzerland image

Avatar of ittechlab

ASKER

I won't trust google search
usermod: group 'sudo' does not exist
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The sudo group is usually wheel, not sudo, at least on ubuntu, but you should check your /etc/sudoers configuration to see what you have.
Have you checked /etc/sudoers/?

Have you tried this yet?
usermod -aG wheel username