โœ…Check add user to sudo group

  1. 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?