Ignore:
Timestamp:
09/15/2023 10:54:55 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
7546d8b
Parents:
d58da4b (diff), ba40e32 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    rd58da4b r2df066c9  
    122122    user <systemitem class="username">tester</systemitem> a part of it:</para>
    123123
    124 <screen><userinput remap="test">echo "dummy:x:102:tester" &gt;&gt; /etc/group</userinput></screen>
     124<screen><userinput remap="test">groupadd -g 102 dummy -U tester</userinput></screen>
    125125
    126126    <para>Fix some of the permissions so that the non-&root; user can
     
    140140    <para>Remove the temporary group:</para>
    141141
    142 <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen>
     142<screen><userinput remap="test">groupdel dummy</userinput></screen>
     143
    143144    <para>Install the package:</para>
    144145
Note: See TracChangeset for help on using the changeset viewer.