
Including a consumer to a bunch is a reasonably easy process. It isn’t that tough like coding a whole program within the immediate. However, a lot of the inexperienced persons are unaware of the instructions and steps to take action. So, on this article on “Linux Add Person to Group,” we’re going to checklist the whole step-by-step process. Take a look at an in depth information beneath.
Table of Contents
Add a New Group to Linux
Earlier than beginning, it’s essential so as to add a bunch to the Linux when you don’t have already got one. You are able to do that by typing this code within the terminal.
groupadd <groupname>
Linux Add Person to Group
So as to add a consumer to an current group, use the next instructions.
usermod -a -G <groupname> username
Exchange the groupname and username with the right names of the group and consumer.
Change Person’s Group
If the consumer and group exist already and also you wish to swap the consumer to a special group, use the next command.
usermod -g <groupname> username
Exchange the suitable names as you carried out earlier than.
Add a Person to A number of Teams on the similar time
There are situations the place you wish to add the identical consumer to a number of teams. To do that, use the next command within the terminal.
usermod -a -G ftp,admins,secondgroup <username>
Right here, we simply added a comma in between the consumer teams. Exchange the consumer teams with the right names.
That’s all that you must do to create and handle customers and teams in Linux. Should you confronted any issues within the course of or need assistance concerning it, be at liberty to ask by way of the feedback.
That’s all for now. Hope you favored the article, please don’t neglect to share in your social media platforms. Additionally, please do share your views and suggestions within the remark field beneath.
More Stories
Learn how to ZIP a File on Linux
High 10 Makes use of Of Linux – Fascinating Information
Finest light-weight Linux distributions for older {hardware}