Introduction In a previous Linux article I wrote about how to add a user to a group in Linux and in this short article I will show you how to view which groups a Linux user is a member of. View the groups a Linux user is a member of To view the groups that [...]
Introduction Following on from my previous Linux articles on how to add a new user to a Linux server and how to add a new group to a Linux server this article will look at how to add an existing user to an existing group. Add an existing user to a group in Linux To [...]
Introduction In the last Linux article I wrote I showed you how to add a new user to a Linux system. This article is going to focus on how to add a new group to a Linux system. Adding a new group To add a new group to a Linux server the command you need [...]
Introduction This is the first article I have written regarding Linux on this blog and it deals with a simple issue – How to add a new user to a Linux Server. Adding a new user To add a new user to a Linux server the command to use is adduser. An example of how [...]