Changeset 3a79861 for general


Ignore:
Timestamp:
04/01/2008 06:37:20 PM (16 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c5923846
Parents:
42c6288
Message:

Updates on usermod commands

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb.xml

    r42c6288 r3a79861  
    150150
    151151    <para>To have raw USB devices set up properly, add the following
    152     <application>udev</application> rule and add any users
    153     that need to access raw USB devices to the "usb" group.</para>
     152    <application>udev</application> rule.</para>
    154153
    155154<screen><literal>cat &gt; /etc/udev/rules.d/23-usb.rules &lt;&lt; "EOF"
     
    176175<screen><literal>usbfs  /proc/bus/usb  usbfs  devgid=14,devmode=0660  0  0</literal></screen>
    177176-->
     177
     178    <para>Add any users that need to access raw USB devices to the
     179    <systemitem class="groupname">usb</systemitem> group.</para>
     180<screen role="root"><userinput>usermod -a -G usb <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    178181
    179182  </sect2>
  • general/sysutils/hal.xml

    r42c6288 r3a79861  
    277277      <para>Now add the users you would like to the <systemitem
    278278      class="groupname">halusers</systemitem> group to use
    279       <application>HAL</application>. Note that these users still need
     279      <application>HAL</application>.</para>
     280<screen role="root"><userinput>usermod -a -G halusers <replaceable>&lt;username&gt;</replaceable></userinput></screen>
     281      <para>Note that these users still need
    280282      to have appropriate permissions to access the devices that
    281283      <application>HAL</application> will invoke its methods on.</para>
Note: See TracChangeset for help on using the changeset viewer.