ADMIN_USER=thiago
usermod -a $ADMIN_USER -G sudoThis should be the last step, after being sure that you can login with your admin account AND sucessfully switch to root using sudo -s
sudo passwd -l rootAfter this, the only way to become root will be through sudo (except for some privilege escalation vulnerability, but it's another entire subject to deal with).