Difference between revisions of "Managing Ubuntu Linux Users and Groups"

From Techotopia
Jump to: navigation, search
Line 1: Line 1:
Linux is a multi-user operating system. This means that more than one user can be actively logged and and using the system at any one time. Obviously, it makes sense for each user to have their own user account and home directory, and for different users to have different privileges.
+
Linux is a multi-user operating system. This means that more than one user can be actively logged and using the system at any one time. Obviously, it makes sense for each user to have their own user account and home directory, and for different users to have different privileges.
  
 
Users are further divided into groups for the purposes of easier administration and those groups can have different levels of privileges. For example, you may have a group of users who work in the Accounting department. In such an environment you may wish to create an ''accounts'' group and assign all the the Accounting department to that group.
 
Users are further divided into groups for the purposes of easier administration and those groups can have different levels of privileges. For example, you may have a group of users who work in the Accounting department. In such an environment you may wish to create an ''accounts'' group and assign all the the Accounting department to that group.

Revision as of 14:06, 5 July 2007

Linux is a multi-user operating system. This means that more than one user can be actively logged and using the system at any one time. Obviously, it makes sense for each user to have their own user account and home directory, and for different users to have different privileges.

Users are further divided into groups for the purposes of easier administration and those groups can have different levels of privileges. For example, you may have a group of users who work in the Accounting department. In such an environment you may wish to create an accounts group and assign all the the Accounting department to that group.

In this chapter we will cover the steps to add, remove and manage users and groups on an Ubuntu Linux system.


Contents


Adding a User to an Ubuntu Linux System

Deleting a User from an Ubuntu Linux System


Editing the Properties of a User

Adding a New Group to an Ubuntu Linux System