Answers for "ubuntu list users in group"

0

ubuntu list users in group

getent group groupname
Posted by: Guest on March-16-2021
1

check which users are part of a group linux

grep 'group-name-here' /etc/group
Posted by: Guest on July-24-2020
1

ubuntu check user groups

$ groups
Posted by: Guest on February-17-2021
3

linux list user group

groups [user name]
# [user name] : (optionnal) the user to list the group of
#                           default is the one executing the command.
Posted by: Guest on December-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language