Answers for "list all users in ubuntu using root"

3

list sudo users ubuntu

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

list all user ubuntu server

cut -d: -f1 /etc/passwd
Posted by: Guest on May-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language