tar -xzf findutils-4.4.2.tar.gz cd findutils-4.4.2 ./configure --prefix=/tools make && make check && make install cd .. rm -fr findutils-4.4.2