Hi
How do u use sudo to su to root without having to provide a password.
My username is userA who is in group system
My sudoers file is as follows:
root ALL=(ALL) ALL
userA ALL=(ALL) ALL
When I type:
/usr/local/bin/sudo su - root
I still get prompted for a password and I would like to go straight in
Any help greatly appreciated
How do u use sudo to su to root without having to provide a password.
My username is userA who is in group system
My sudoers file is as follows:
root ALL=(ALL) ALL
userA ALL=(ALL) ALL
When I type:
/usr/local/bin/sudo su - root
I still get prompted for a password and I would like to go straight in
Any help greatly appreciated