i want to prevent all the users from becoming a root user
i have a user called sohaib i removed him from the sudo group using
gpasswd -d sohaib sudo and also i've edited the /etc/sudoers file , i have commented the
# Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) ALL but the user still can use the
sudo -i and become a root , i don't wanna any user to become a root including the first created user too (sohab)
/etc/sudoers.dfolder granting the user sudo access