> 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" this command is correct.
> > > 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 this means su-tools cannot be found in your PATH. first check that your PATH environment variable is set correctly; second verify that you installed su-tools as per the instructions in 5.17. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
