Definition of User id

FOLDOC
user id
user identifier

Search Dictionary:
Search Web Search Dictionary



User ID definition was found in categories: Computer & Internet(2)  Science & Technology(1)  Language, Idioms & Slang(1)  Encyclopedia(1)  

User ID Definition from Computer & Internet Dictionaries & Glossaries

WebGuest Web Glossary
User ID
Unique identifier that you must enter every time you want to access a particular service on the Internet . The user ID is always accompanied by a password .

The Internet Dictionary
username, user-id
An address that designates a personal account on a large computer. For example, mrbill@oh-no.com , where mrbill is the user-id.


User ID Definition from Science & Technology Dictionaries & Glossaries

Technical English by wpv
User Id
The string of characters that identifies you. The name by which you are known to the network. Also known as username.


User ID Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
user id

user id
user identifier



User ID Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
User identifier (Unix)
On Unix-like systems, users are represented by a user identifier, often abbreviated UID. The range of values for a UID varies amongst different systems; at the very least, a UID can be between 0 and 32767, with some restrictions:
  • The Superuser must always have a UID of zero (0).
  • The user "nobody" was traditionally assigned the largest possible UID (as the opposite of the Superuser), 32767. More recently, the user is assigned a UID in the system range (1–100, see below) or between 65530–65535.
  • UIDs from 1 to 100 are otherwise reserved for system use by convention; some manuals recommend that UIDs from 101 to 499 or even 511 be reserved as well.
The UID value references users in the /etc/passwd file. Shadow password files and Network Information Service also refer to numeric UIDs. The user identifier is a necessary component of Unix file systems and processes. Some operating systems might have support for 16-bit UIDs, making 65536 unique IDs possible, though a modern system with 32-bit UIDs will potentially make 4,294,967,296 (2 raised to the 32nd power) distinct values available.

See more at Wikipedia.org...