/ Published in: Bash
Expand |
Embed | Plain Text
# Create group groupadd theGroup # Add new user adduser theUser # Change password passwd thePassword # Find out user group identity id -nG theUser # Add existing user to group usermod -G aGroup,bGroup theUser
You need to login to post a comment.
