Question
How can I change the group of a Linux user?
Answer
cPanel Support cannot perform this action. If assistance is needed, please contact your systems administrator.
You can change a user's group with the following command:
usermod -g GROUPNAME USERNAME
You will want to replace GROUPNAME and USERNAME with the needed group name and username. Then you can check the groups for the user with the following command again, replacing USERNAME with the needed username:
groups USERNAME
Comments
0 comments
Article is closed for comments.