Comments on: How to Create a Sudo User in Debian https://tecadmin.net/create-sudo-user-on-debian/ How to guide for System Administrator's and Developers Thu, 27 Jan 2022 19:06:48 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Anders Jackson https://tecadmin.net/create-sudo-user-on-debian/#comment-63746 Thu, 27 Jan 2022 19:06:48 +0000 https://tecadmin.net/?p=25824#comment-63746 I find it even simpler to just use `adduser(8)` to add a group to a user.

$ adduser username sudo

This will add the group `sudo` to the user.

]]>