High Availbility

OS & Virtualization

Wednesday, April 06, 2016

How to add a user to the sudoers list

How to add a user to the sudoers list?



 
cat << END >> /etc/sudoers
oracle ALL=(ALL) NOPASSWD:ALL
Defaults:oracle !requiretty
END





No comments: