These simple commands adds a user that's able to su to root.
adduser username -g users echo 'username ALL=(ALL) ALL' >> /etc/sudoers passwd username
adduser username -g users echo 'username ALL=(ALL) ALL' >> /etc/sudoers passwd username
Leave a comment