Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
e63113c
Parents:
287d7b9
Message:

r1167@server (orig r1165): chris | 2006-02-11 08:13:02 -0800
Added -v to commands in the rest of the book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/shadow.xml

    r287d7b9 rdd9906e  
    9999    </indexterm>
    100100
    101 <screen os="o"><userinput>cp etc/{limits,login.access} /etc</userinput></screen>
     101<screen os="o"><userinput>cp -v etc/{limits,login.access} /etc</userinput></screen>
    102102
    103103    <para id="shadow-login_defs" os="p">Instead of using the default
     
    128128    <para os="t">Move a misplaced program to its proper location:</para>
    129129
    130 <screen os="u"><userinput>mv /usr/bin/passwd /bin</userinput></screen>
     130<screen os="u"><userinput>mv -v /usr/bin/passwd /bin</userinput></screen>
    131131
    132132    <para os="v">Move Shadow's dynamic libraries to a more appropriate
    133133    location:</para>
    134134
    135 <screen os="w"><userinput>mv /lib/libshadow.*a /usr/lib
    136 rm /lib/libshadow.so
    137 ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
     135<screen os="w"><userinput>mv -v /lib/libshadow.*a /usr/lib
     136rm -v /lib/libshadow.so
     137ln -svf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
    138138
    139139    <para os="x">The <option>-D</option> option of the <command>useradd</command>
     
    141141    directory for it to work properly:</para>
    142142
    143 <screen os="y"><userinput>install -d /etc/default</userinput></screen>
     143<screen os="y"><userinput>install -dv /etc/default</userinput></screen>
    144144
    145145  </sect2>
Note: See TracChangeset for help on using the changeset viewer.