Answers for "when adding a user to linux, all new users will be members of group "users" by default."

12

add user to group linux

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

Code answers related to "when adding a user to linux, all new users will be members of group "users" by default."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language