Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/pwdgroup.xml

    r961afdcd r8a62e94  
    99  <?dbhtml filename="pwdgroup.html"?>
    1010
    11   <title>Creating the passwd, group, and log Files</title>
     11  <title>Creating the passwd and group Files</title>
    1212
    1313  <indexterm zone="ch-chroot-pwdgroup">
     
    1717  <indexterm zone="ch-chroot-pwdgroup">
    1818    <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>
    3519  </indexterm>
    3620
     
    4428<screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
    4529<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>
    4830<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>
    5031EOF</userinput></screen>
    5132
     
    7859usb:x:&gid-usb;:
    7960cdrom:x:&gid-cdrom;:
    80 adm:x:&gid-adm;:
    8161messagebus: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>
     62systemd-journal:x:&gid-systemd-journal;</literal>
    8663EOF</userinput></screen>
    8764
Note: See TracChangeset for help on using the changeset viewer.