I am looking for the name of the superusers list on Fedora. (On Ubuntu is seems to be "sudo".) I want to add one of the users to the superusers list.
The groups command only lists the groups of the current user.
|
|
|
There is only one superuser on Fedora and i.e.
Here you can add any user to have the
|
||||
|
To list all available groups with users in them you can use
or just look the content of By the way, on ubuntu there is only one superuser too. It is root. All others just are allowed to use it privilleges via sudo. You can modify rules in /etc/sudoers via |
|||
|
|
|
To add a user to a group, such as wheel your can use the |
|||||
|
|
“Superusers”, as in the users who can obtain administrative privileges, are the users who either know the There is no general rule to tell which users are allowed to gain privileges with
This means “Users in the group called If there is such a line, you can add users to the
You can review who is a member of the
If there is no
Using a group makes management a little easier because you can see at a glance who is a member of this group. |
|||
|
|
|
It is perfectly well possible to have more than one user with root privileges, it is uncommon to create them though. You can create a user and assign it UID 0, just make sure the first line in /etc/passwd is always for To list all users with
|
|||
|