Differences between version 3 and previous revision of UID.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Monday, May 5, 2003 3:22:31 pm | by JohnMcPherson | Revert |
Older page: | version 2 | Last edited on Monday, May 5, 2003 11:45:11 am | by PerryLorier | Revert |
@@ -1,5 +1,5 @@
[Acronym] for User ID.
The numerical id that corresponds to a user. For example 0 is usually root. ''bob''s UID might be 500. UID to name mappings are stored in /etc/passwd (see passwd(5))
-A program is said to be "setuid
" when the file has the "+s" user permission bit set, so the program will run as the permissions of the user that owned the file, not the user that ran the file.
+A program is said to be "SetUid
" when the file has the "+s" user permission bit set, so the program will run as the permissions of the user that owned the file, not the user that ran the file.