LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   users with root access? (https://www.linuxquestions.org/questions/linux-security-4/users-with-root-access-578369/)

ginda 08-20-2007 05:54 AM

users with root access?
 
Hi

Does anyone have a script that can list users with root access.

Thanks in advance

puntjuh 08-20-2007 06:01 AM

If you mean something to find which groups root is added too, or all users that are in the group root.. use this command in the konsole:

Code:

cat /etc/group | grep root


All times are GMT -5. The time now is 07:21 AM.