Users and Groups

Introduction to Users

A Unix user is typically someone who can login to the system, either remotely via telnet or at the console. Every file is owned by some user, and every process runs with the rights of some user. Access to files and processes is determined by the user you are logged in as.

There are really three types of users on a typical Unix system :

At the top of the main page of this module is a table of existing users on your system. You may click on a user to edit it, or click on the link below the table to create a new user. Users whose login names are shown in italics are those whose passwords are temporarily disabled.

Introduction to Groups

A group is simply a list of Unix users. Every user has belongs to at least one group (their primary group), and optionally several others. All files are owned by some group, and every process runs with the permissions of a group.

Below the list of users is a table of existing groups. You may click on a group name to edit it, or click on the link below the table to create a new group.

Recorded Logins

Every time a user logs in by telnet, FTP or at the console the system records that login and the subsequent logout. At the bottom of the main page is a small form that allows you to display logins either by everyone, or by a selected user.