About Me

Love JAVA related technologies. Recently researching on Enterprise Integration (SOA and Messaging), Mobility and Big Data. I have working in JAVA related technologies as Software Architect, Enterprise Architect and Software Developer/Engineer for over 11 years. Currently, I am working as Senior Consultant of VMWare Inc.

Sunday, November 11, 2012

CentOS add user to the sudoers list

go to /etc/sudoer

put your cursor on the "root    ALL=(ALL)       ALL" and add the following on the next line

replace <username> with your username
"<username>    ALL=(ALL)       ALL"

No comments: