Posts tagged with ‘visudo’

How to add user to sudoer list in Linux

advertisement

linux, macLogin as root is a very bad practice. Thus, it’s good to implement sudo in Linux system. You can add user to sudo list, so the user in the sudoer list will be able to perform task in different privilege.

sudo is a program in the Unix / Linux that allow a user to execute command with the security privileges of another user (usually it’s superuser or root)

To add a user to sudoer list in linux, follow the steps below:-

Continue reading How to add user to sudoer list in Linux »