How to bypass sudo while working with
mount /dev/nbd0p1 mnt
and
qemu -nbd /dev/nbd0 /desktop/xyz.vdi
the above mentioned commands only, how can we do this, if you have any idea then please enlighten us.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do it by editing the
/etc/sudoersfile :add this line to the file :
to bypass all commands for all users, add this