View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > User

From LQWiki

Jump to: navigation, search

The user is a major concept in Linux/Unix and many other computing paradigms. The term can mean any user of a system, i.e. a person. Typically user referrs to a non-privileged user of a given computer's resources, as differentiated from the super user or root, the system administrator.

User also has a specific meaning in the system itself, that of a user account. With each account is associated a username and a serial number called the UID. Each system has a list of valid user accounts, typically stored in the passwd file but possibly obtained from some network directory. Most of these accounts (on a multiuser machine) correspond to actual people, but some of them are for administrative purposes. Occasionally, systems will have some user accounts that actually belong to groups of people.

Every process runs in the name of some user called the owner. The top command lists processes along with the owners. Files also have owners. Files and other system resources are protected and can only be accessed by particular users. Sending signals can only be done by the user or super user of the process being signalled.

/usr is a standard high level directory where applications and programs that are not absolutely necessary for the computer to work are kept.

See also

This article is a stub and needs to be finished. Plunge forward and help it grow!


Personal tools