- Timestamp:
- Jun 28, 2006, 7:08:43 AM (18 years ago)
- Children:
- 9f86acb
- Parents:
- ef646a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/pwdgroup.xml
ref646a8 r22a9a76 44 44 45 45 <screen><userinput>cat > ${LFS}/etc/passwd << "EOF" 46 <literal>root::0:0:root:/root:/bin/bash 46 <literal>root:x:0:0:root:/root:/bin/bash</literal> 47 EOF</userinput></screen> 48 49 <para os="a">TO BE WRITTEN: more text describing additional users 47 50 bin:x:1:1:bin:/bin:/bin/false 48 daemon:x:2: 2:daemon:/sbin:/bin/false49 adm:x:3: 4:adm:/var/adm:/bin/false50 lp:x:10: 18:lp:/var/spool/lp:/bin/false51 daemon:x:2:6:daemon:/sbin:/bin/false 52 adm:x:3:16:adm:/var/adm:/bin/false 53 lp:x:10:9:lp:/var/spool/lp:/bin/false 51 54 mail:x:30:30:mail:/var/spool/mail:/bin/false 52 55 news:x:31:31:news:/var/spool/news:/bin/false … … 54 57 operator:x:50:0:operator:/root:/bin/bash 55 58 postmaster:x:51:30:postmaster:/var/spool/mail:/bin/false 56 nobody:x:65534:65534:nobody:/:/bin/false</literal> 57 EOF</userinput></screen> 59 nobody:x:65534:65534:nobody:/:/bin/false</para> 58 60 59 <para os=" a">The actual password for <systemitem class="username">root</systemitem>61 <para os="b">The actual password for <systemitem class="username">root</systemitem> 60 62 (the <quote>x</quote> used here is just a placeholder) will be set 61 63 later.</para> … … 65 67 66 68 <screen><userinput>cat > ${LFS}/etc/group << "EOF" 67 <literal>root::0:root 68 bin::1:root,bin,daemon 69 daemon::2:root,bin,daemon 70 sys::3:root,bin,adm 71 adm::4:root,adm,daemon 72 kmem::5: 73 utmp::6: 74 tty::10: 75 video::11:root 76 console::12: 77 disk::13:root,adm 78 floppy::14:root 79 cdrom::15: 80 cdrw::16: 81 tape::17:root 82 lp::18:lp 83 usb::19: 84 audio::20: 85 dialout::21:root 69 <literal>root:x:0: 70 bin:x:1: 71 sys:x:2: 72 kmem:x:3: 73 tty:x:4: 74 tape:x:5: 75 daemon:x:6: 76 floppy:x:7: 77 disk:x:8: 78 lp:x:9: 79 dialout:x:10: 80 audio:x:11: 81 video:x:12: 82 utmp:x:13: 83 usb:x:14: 84 cdrom:x:15:</literal> 85 EOF</userinput></screen> 86 87 <para os="c">TO BE WRITTEN: more text describing additional groups 88 adm::16:root,adm,daemon 89 console::17: 90 cdrw::18: 86 91 mail::30:mail 87 92 news::31:news … … 89 94 users::100: 90 95 nogroup::65533: 91 nobody::65534:</literal> 92 EOF</userinput></screen> 96 nobody::65534:</para> 93 97 94 <para os=" b">The created groups are not part of any standard—they are98 <para os="d">The created groups are not part of any standard—they are 95 99 groups decided on in part by the requirements of the Udev configuration 96 100 in the final system, and in part by common convention employed by a … … 103 107 group's name.</para> 104 108 105 <para os=" c">The <command>login</command>, <command>agetty</command>, and109 <para os="e">The <command>login</command>, <command>agetty</command>, and 106 110 <command>init</command> programs (and others) use a number of log 107 111 files to record information such as who was logged into the system and
Note:
See TracChangeset
for help on using the changeset viewer.