Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 205 Bytes

add_user_to_sudoers.md

File metadata and controls

12 lines (8 loc) · 205 Bytes

Add user to sudoers

On Debian it is quite easy to add a user to the sudoers group.

$ su -
$ adduser <existing userid> sudo

References