Add A User To A Group Or Second Group On Linux
User accounts can be assigned to one or more groups on Linux. You can configure file permissions and other privileges by group. For example, on Ubuntu, only users in the sudo group can use the sudo command to gain elevated permissions. If you’re using a new Linux laptop, you might have some type of GUI interface to configure these settings (depending on the distribution that you’re running, at least) but realistically it’s almost always easier to just drop down to the terminal and type out a few commands, so that’s what we’re showing you today....