Difference between revisions of "Linux Idea userid"

From VistApedia
Jump to: navigation, search
(beginning page)
 
Line 2: Line 2:
  
 
Within VistA, this idea is expressed as the value of the local variable DUZ. The DUZ is a numeric value used to index the {{FILE|NEW PERSON}}. This file keeps track of many details about a person, including their full name and office location.
 
Within VistA, this idea is expressed as the value of the local variable DUZ. The DUZ is a numeric value used to index the {{FILE|NEW PERSON}}. This file keeps track of many details about a person, including their full name and office location.
 +
 +
-----
 +
[[Category:Linux Idea]]  [[Category:VistA Local Variable Explanation]]

Revision as of 19:04, 8 March 2005

Both Linux and Unix have the idea of a userid. This is a short name, associated with files and processes, that identifies the user who owns them. The userid is stored in a file named /etc/passwd, which has more information about the user, such as their full name and office location.

Within VistA, this idea is expressed as the value of the local variable DUZ. The DUZ is a numeric value used to index the VA FileMan NEW PERSON File. This file keeps track of many details about a person, including their full name and office location.