- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/common/pwdgroup.xml
r961afdcd r8a62e94 9 9 <?dbhtml filename="pwdgroup.html"?> 10 10 11 <title>Creating the passwd , group, and logFiles</title>11 <title>Creating the passwd and group Files</title> 12 12 13 13 <indexterm zone="ch-chroot-pwdgroup"> … … 17 17 <indexterm zone="ch-chroot-pwdgroup"> 18 18 <primary sortas="e-/etc/group">/etc/group</primary> 19 </indexterm>20 21 <indexterm zone="ch-chroot-pwdgroup">22 <primary sortas="e-/var/run/utmp">/var/run/utmp</primary>23 </indexterm>24 25 <indexterm zone="ch-chroot-pwdgroup">26 <primary sortas="e-/var/log/btmp">/var/log/btmp</primary>27 </indexterm>28 29 <indexterm zone="ch-chroot-pwdgroup">30 <primary sortas="e-/var/log/lastlog">/var/log/lastlog</primary>31 </indexterm>32 33 <indexterm zone="ch-chroot-pwdgroup">34 <primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary>35 19 </indexterm> 36 20 … … 44 28 <screen><userinput>cat > /etc/passwd << "EOF" 45 29 <literal>root:x:&uid-root;:&gid-root;:root:/root:/bin/bash</literal> 46 <literal>bin:x:&uid-bin;:*gid-bin;:/dev/null:/bin/false</literal>47 <literal>daemon:x:&uid-daemon;:&gid-daemon;:/dev/null:/bin/false</literal>48 30 <literal>messagebus:x:&uid-messagebus;:&gid-messagebus;:D-Bus Message Daemon User:/dev/null:/bin/false</literal> 49 <literal>nobody:x:&uid-nobody;:&gid-nobody;:Unprivileged User:/dev/null:/bin/false</literal>50 31 EOF</userinput></screen> 51 32 … … 78 59 usb:x:&gid-usb;: 79 60 cdrom:x:&gid-cdrom;: 80 adm:x:&gid-adm;:81 61 messagebus:x:&gid-messagebus;: 82 systemd-journal:x:&gid-systemd-journal;: 83 mail:x:&gid-mail;: 84 wheel:x:&gid-wheel;: 85 nogroup:x:&gid-nogroup;:</literal> 62 systemd-journal:x:&gid-systemd-journal;</literal> 86 63 EOF</userinput></screen> 87 64
Note:
See TracChangeset
for help on using the changeset viewer.