Greetings,

I am working thru LFS 6.6. In Section 6.22 (Coreutils-8.4) where running the
coreutils tests as user nobody the book gives the following command:

su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"

When I run this command, I cut-and-paste from the book, I get:

root:/sources/coreutils-8.4# su-tools nobody -s /bin/bash -c "make
RUN_EXPENSIVE_TESTS=yes check"
bash: su-tools: command not found

Should this command be:

su -tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"

That is, with a space after the su? Or maybe:

su - tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"

TIA!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to