Answers for "list sudo users ubuntu"

12

ubuntu list users

cat /etc/passwd
Posted by: Guest on April-06-2020
1

how to get list of users in ubuntu

cat /etc/passwd
#check list of users in linux ubuntu
Posted by: Guest on July-26-2020
0

list sudo users ubuntu

grep -Po '^sudo.+:\K.*$' /etc/group
Posted by: Guest on February-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language