Add the User to sudo group

to add the user "lalatendu" to the sudo group in Ubuntu, you can follow these steps:


sudo usermod -aG sudo lalatendu


groups lalatendu

This command will show the groups that the user "lalatendu" belongs to, including the "sudo" group.