Linux add user to sudo
![Linux](https://i0.wp.com/www.techpaste.com/wp-content/uploads/2014/07/Linux2.jpg?fit=296%2C281&ssl=1)
run visudo to open the /etc/sudoers file and change below just below to root user with NOPASSWD to directly login to root.
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
rsahoo ALL=(ALL) NOPASSWD: ALL
In case of any ©Copyright or missing credits issue please check CopyRights page for faster resolutions.