Create sudo user in centos linux
I followed following steps to add a new user and later gave it sudo privilege. Use adduser command to add a new user or if you already have a user to give sudo access skip adduser. Its syntax is ‘adduser usernmae’ [root@centos-10d ~]# adduser devlab Set a password for new user using passwd command [root@centos-10d