mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Chapter 6 - Coreutils: Remove bogus chown operation reported by Ryan.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
dcca0293c2
commit
6952b96fa2
@ -35,10 +35,6 @@ and a dummy user name:</para>
|
|||||||
echo "dummy2:x:1001:dummy" >> /etc/group
|
echo "dummy2:x:1001:dummy" >> /etc/group
|
||||||
echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd</userinput></screen></para>
|
echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd</userinput></screen></para>
|
||||||
|
|
||||||
<para>Fix a small permissions problem:</para>
|
|
||||||
|
|
||||||
<para><screen><userinput>chown dummy tests/cut</userinput></screen></para>
|
|
||||||
|
|
||||||
<para>The <userinput>su</userinput> program from Coreutils wasn't installed in
|
<para>The <userinput>su</userinput> program from Coreutils wasn't installed in
|
||||||
Chapter 5 because it needed <emphasis>root</emphasis> privilege to install. We
|
Chapter 5 because it needed <emphasis>root</emphasis> privilege to install. We
|
||||||
work around this problem by installing it now:</para>
|
work around this problem by installing it now:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user