Difference between revisions of "Linux Idea userid"

From VistApedia
Jump to: navigation, search
(Added a glossary link to file)
 
Line 1: Line 1:
Both Linux and Unix have the idea of a '''userid'''.  This is a short name, associated with [[Linux Idea Filesystem|files]] and [[Linux Idea process|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.
+
Both Linux and Unix have the idea of a '''userid'''.  This is a short name, associated with [[Linux Idea Filesystem|files]] and [[Linux Idea process|processes]], that identifies the user who owns them.  The userid is stored in a [[file~|file]] named /etc/passwd, which has more information about the user, such as their full name and office location.
  
 
Many MUMPS implementations associate the Linux userid with the [[MUMPS Idea Job|jobs]] that run on the host operating system.
 
Many MUMPS implementations associate the Linux userid with the [[MUMPS Idea Job|jobs]] that run on the host operating system.
  
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.  The value of a person's DUZ is associated with the [[Vista Idea Task|tasks]] and [[FileMan File]]s they have created and modified.
+
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~|file]] keeps track of many details about a person, including their full name and office location.  The value of a person's DUZ is associated with the [[Vista Idea Task|tasks]] and [[FileMan File]]s they have created and modified.
  
 
-----
 
-----
 
[[Category:Linux Idea]]  [[Category:VistA Local Variable Explanation]]
 
[[Category:Linux Idea]]  [[Category:VistA Local Variable Explanation]]
 
[[Category:Linux]] [[Category:Unix]]
 
[[Category:Linux]] [[Category:Unix]]

Latest revision as of 17:48, 10 June 2013

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.

Many MUMPS implementations associate the Linux userid with the jobs that run on the host operating system.

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. The value of a person's DUZ is associated with the tasks and FileMan Files they have created and modified.