Answers for "system group and user in linux"

1

check which users are part of a group linux

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

create group in linux command example

$ groupadd developers
$ groupadd operations
Posted by: Guest on July-16-2021

Code answers related to "system group and user in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language