Answers for "install for all users ubuntu"

1

list sudo users ubuntu

grep -Po '^sudo.+:K.*$' /etc/group
Posted by: Guest on February-23-2021
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language