Archive

Archive for the ‘Linux’ Category

How to view the groups a user is a member of in Linux

October 15th, 2009 No comments

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 [...]

Categories: Linux

Adding a user to a group Linux

October 14th, 2009 No comments

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 [...]

Categories: Linux

Add a new group to a Linux Server

October 13th, 2009 No comments

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 [...]

Categories: Linux

Adding a new user to a Linux Server

October 13th, 2009 No comments

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 [...]

Categories: Linux