Sudo user in Linux will have permissions similar to a root user. With full sudo privileges, a user will be able to perform any operations on the Linux system. It is very important to categorize a user as a sudo user based on the use case. In this guide, w
The sudo command lets you run commands on Linux as though you were someone else, such as root. sudo also lets you control who can access root's capabilities, with granularity. Give users full access or let them use a small subset of commands. We show
To add your user to the admin group, you would issue the command (as a user who already has full sudo privileges): sudo usermod -a -G sudo USERNAME Where USERNAME is the name of the user to be added.
Post a Comment:
Showing 0 Comments: