Changeset 33d90fe


Ignore:
Timestamp:
12/08/2005 10:22:17 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
76a39aa
Parents:
2f7d86f
Message:

Fixed some typos in the Sudo instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5375 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    r2f7d86f r33d90fe  
    3636    <para>The <application>sudo</application> package allows a system
    3737    administrator to give certain users (or groups of users) the ability to run
    38     some (or all) commands as root or another user while logging the commands
    39     and arguments.</para>
     38    some (or all) commands as
     39    <systemitem class="username">root</systemitem> or another user while
     40    logging the commands and arguments.</para>
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    99100
    100101    <para><command>sed -i -e 's/CDPATH",/&amp;\n    "SHELLOPTS",\n    "PS4",/'
    101     env.c</command>:  This command adds two envronment variables to a list of
     102    env.c</command>:  This command adds two environment variables to a list of
    102103    variables to be excluded from the target environment.  It solves a
    103104    security problem.</para>
    104105
    105     <para><option>--enable-noargs-shell</option>: This switch allows sudo to
    106     run a shell if involked with no arguments.</para>
     106    <para><option>--enable-noargs-shell</option>: This switch allows
     107    <application>sudo</application> to run a shell if invoked with no
     108    arguments.</para>
    107109
    108110    <para><option>--with-ignore-dot</option>: This switch causes
     
    110112
    111113    <para><option>--with-all-insults</option>: This switch includes all the
    112     sudo insult sets.</para>
     114    <application>sudo</application> insult sets.</para>
    113115
    114116    <para><option>--enable-shell-sets-home</option>: This switch sets HOME to
    115117    the target user in shell mode.</para>
    116118
    117     <note><para>There are many options to <application>sudo</application>'s
    118     configure command.  Check the <command>configure --help</command>  output
    119     for a complete list.</para></note>
     119    <note>
     120      <para>There are many options to <application>sudo</application>'s
     121      <command>configure</command> command.  Check the
     122      <command>configure --help</command>  output for a complete list.</para>
     123    </note>
    120124
    121125  </sect2>
     
    184188        <listitem>
    185189          <para>executes a command as another user as permitted by
    186           the <filename>/etc/sudoers</filename> confiuration file.
     190          the <filename>/etc/sudoers</filename> configuration file.
    187191          </para>
    188192          <indexterm zone="sudo sudo">
     
    196200        <listitem>
    197201          <para>is a hard link to <command>sudo</command> that implies
    198           the -e option to invoke an editor as another user.</para>
     202          the <option>-e</option> option to invoke an editor as another
     203          user.</para>
    199204          <indexterm zone="sudo sudoedit">
    200205            <primary sortas="b-sudoedit">sudoedit</primary>
Note: See TracChangeset for help on using the changeset viewer.