Saturday, April 8, 2017

Providing sudo access to service accounts

visudo
<username> ALL=(oracle) /bin/bash (Considering oracle as the service account)

User need to run the below command after logging into the server
$sudo -H -u oracle bash -login

No comments: