Ignore:
Timestamp:
08/27/2023 03:06:02 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
e08ba0a
Parents:
9a5dab1 (diff), 11cfb5b (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r9a5dab1 r64e8131  
    117117    user <systemitem class="username">tester</systemitem> a part of it:</para>
    118118
    119 <screen><userinput remap="test">echo "dummy:x:102:tester" &gt;&gt; /etc/group</userinput></screen>
     119<screen><userinput remap="test">groupadd -g 102 dummy -U tester</userinput></screen>
    120120
    121121    <para>Fix some of the permissions so that the non-&root; user can
     
    135135    <para>Remove the temporary group:</para>
    136136
    137 <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen>
     137<screen><userinput remap="test">groupdel dummy</userinput></screen>
     138
    138139    <para>Install the package:</para>
    139140
Note: See TracChangeset for help on using the changeset viewer.