--- In [email protected], Mahalingam Subramaniam <[EMAIL PROTECTED]> wrote: > > Hi > Could anyone help in narrating the steps involved in creating a sudo user on server assigning all priviliges like root user?
use the visudo command or edit the /etc/sudoers file add the following line at the end username ALL=(ALL) ALL
