Check add user to sudo group
Add the new user to the sudo group.
sudo adduser name_user sudo
We check that it is within the group.
getent group sudo
Last updated
Was this helpful?
Add the new user to the sudo group.
sudo adduser name_user sudo
We check that it is within the group.
getent group sudo
Last updated
Was this helpful?