Answers for "what are users and groups in linux"

7

add user to group linux

sudo usermod -aG <groups> <username>
Posted by: Guest on October-02-2021
2

List groups of an user Linux

groups
groups userName-Here
Posted by: Guest on July-08-2020

Code answers related to "what are users and groups in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language