| Last change
 on this file since 60ea5ab was             846eed7, checked in by Joe Ciccone <jciccone@…>, 18 years ago | 
        
          | 
Create entities for each uid and gid and reference those entities throught the book instead of using user names and group names. prevent util-linux-ng from changing programs groups.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            1019 bytes | 
      
      
| Rev | Line |  | 
|---|
| [846eed7] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 
|---|
|  | 2 |  | 
|---|
|  | 3 | <!-- User IDs for use throught the book --> | 
|---|
|  | 4 |  | 
|---|
|  | 5 | <!ENTITY uid-root "0"> | 
|---|
|  | 6 | <!ENTITY uid-bin "1"> | 
|---|
|  | 7 | <!ENTITY uid-daemon "2"> | 
|---|
|  | 8 | <!ENTITY uid-adm "3"> | 
|---|
|  | 9 | <!ENTITY uid-lp "10"> | 
|---|
|  | 10 | <!ENTITY uid-mail "30"> | 
|---|
|  | 11 | <!ENTITY uid-news "31"> | 
|---|
|  | 12 | <!ENTITY uid-uucp "32"> | 
|---|
|  | 13 | <!ENTITY uid-operator "50"> | 
|---|
|  | 14 | <!ENTITY uid-postmaster "51"> | 
|---|
|  | 15 | <!ENTITY uid-nobody "65534"> | 
|---|
|  | 16 |  | 
|---|
|  | 17 | <!-- Group IDs for use throught the book --> | 
|---|
|  | 18 |  | 
|---|
|  | 19 | <!ENTITY gid-root "0"> | 
|---|
|  | 20 | <!ENTITY gid-bin "1"> | 
|---|
|  | 21 | <!ENTITY gid-sys "2"> | 
|---|
|  | 22 | <!ENTITY gid-kmem "3"> | 
|---|
|  | 23 | <!ENTITY gid-tty "4"> | 
|---|
|  | 24 | <!ENTITY gid-tape "5"> | 
|---|
|  | 25 | <!ENTITY gid-daemon "6"> | 
|---|
|  | 26 | <!ENTITY gid-floppy "7"> | 
|---|
|  | 27 | <!ENTITY gid-disk "8"> | 
|---|
|  | 28 | <!ENTITY gid-lp "9"> | 
|---|
|  | 29 | <!ENTITY gid-dialout "10"> | 
|---|
|  | 30 | <!ENTITY gid-audio "11"> | 
|---|
|  | 31 | <!ENTITY gid-video "12"> | 
|---|
|  | 32 | <!ENTITY gid-utmp "13"> | 
|---|
|  | 33 | <!ENTITY gid-usb "14"> | 
|---|
|  | 34 | <!ENTITY gid-cdrom "15"> | 
|---|
|  | 35 | <!ENTITY gid-adm "16"> | 
|---|
|  | 36 | <!ENTITY gid-console "17"> | 
|---|
|  | 37 | <!ENTITY gid-cdrw "18"> | 
|---|
|  | 38 | <!ENTITY gid-mail "30"> | 
|---|
|  | 39 | <!ENTITY gid-news "31"> | 
|---|
|  | 40 | <!ENTITY gid-uucp "32"> | 
|---|
|  | 41 | <!ENTITY gid-users "100"> | 
|---|
|  | 42 | <!ENTITY gid-nogroup "65533"> | 
|---|
|  | 43 | <!ENTITY gid-nobody "65534"> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.