how to give sudo permission for normal user
#visudo
in the configuration file just just change this
#Same thing without a password
# %wheel ALL=(ALL) NOPASSWD:ALL
dbuser ALL=(ALL) NOPASSWD: ALL
:wq!
save and quit
here we have given sudo permission for the normal user
by this normal user has given permission as sudo
#visudo
in the configuration file just just change this
#Same thing without a password
# %wheel ALL=(ALL) NOPASSWD:ALL
dbuser ALL=(ALL) NOPASSWD: ALL
:wq!
save and quit
here we have given sudo permission for the normal user
by this normal user has given permission as sudo