Changeset 9b020e6


Ignore:
Timestamp:
07/13/06 10:40:23 (7 years ago)
Author:
Chris Staub <chris@…>
Branches:
('master', '5ea4e55860c61746fb61f12cd3c83d270ee17451')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
Children:
ed75ef4ff5b237a5453b9f3e224dd7530da1a953
Parents:
a10b1bd89d646b513727566b76127d6ff50d59aa
git-author:
Chris Staub <chris@beaker67.com>2006-07-13 10:40:23+00:00
git-committer:
Chris Staub <chris@beaker67.com>2006-07-13 10:40:23+00:00
Message:

Some text cleanups to user/group descriptions

File:
1 edited

Legend:

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

    r292da92 r9b020e6  
    5858      <term><literal>bin:x:1:1:bin:/bin:/bin/false</literal></term> 
    5959      <listitem> 
    60         <para>Was recommended for compatibility with legacy applications.</para> 
     60        <para>Can be useful for compatibility with legacy applications.</para> 
    6161      </listitem> 
    6262    </varlistentry> 
     
    6464      <term><literal>daemon:x:2:6:daemon:/sbin:/bin/false</literal></term> 
    6565      <listitem> 
    66         <para>Was recommended as an unprivileged User ID/Group ID for daemons 
    67          to execute under in order to limit their access to the system.</para> 
     66        <para>It is often recommended to use an unprivileged User ID/Group ID 
     67        for daemons to run as, in order to limit their access to the system.</para> 
    6868      </listitem> 
    6969    </varlistentry> 
     
    9595      <term><literal>uucp:x:32:32:uucp:/var/spool/uucp:/bin/false</literal></term> 
    9696      <listitem> 
    97         <para>Often used for Unix-to-Unix Copy of files from one server to the next/</para> 
     97        <para>Often used for Unix-to-Unix Copy of files from one server to the next</para> 
    9898      </listitem> 
    9999    </varlistentry> 
     
    107107      <term><literal>postmaster:x:51:30:postmaster:/var/spool/mail:/bin/false</literal></term> 
    108108      <listitem> 
    109         <para>Is the account that receives all the information of troubles with the mail server</para> 
     109        <para>Generally used as an account that receives all the information of troubles with the mail server</para> 
    110110      </listitem> 
    111111    </varlistentry> 
     
    113113      <term><literal>nobody:x:65534:65534:nobody:/:/bin/false</literal></term> 
    114114      <listitem> 
    115         <para>This account is used by NFS.</para> 
     115        <para>Used by NFS</para> 
    116116      </listitem> 
    117117    </varlistentry> 
     
    177177      <term><literal>uucp:x:32:uucp</literal></term> 
    178178      <listitem> 
    179         <para>Used by the Unix-to-Unix copy users.</para> 
     179        <para>Used by the Unix-to-Unix copy users</para> 
    180180      </listitem> 
    181181    </varlistentry> 
     
    196196      <term><literal>nobody:x:65534:</literal></term> 
    197197      <listitem> 
    198         <para>This is used by NFS.</para> 
     198        <para>This is used by NFS</para> 
    199199      </listitem> 
    200200    </varlistentry> 
Note: See TracChangeset for help on using the changeset viewer.