Joseph wrote:

I was trying to run this Red Hat memtest.sh script.
So I copied the linux.tar.gz (45Mb file) to /tmp directory.

Though when I try to run the script as user it keeps complaining:
mv: cannot stat `linux': No such file or directory
mv: cannot stat `linux': No such file or directory


Does "tar -tzvf linux.tar.gz" show the top-level directory as "linux", or "linux-2....". If the latter, do the following to make a suitable tar.gz for the script (it is easier than fixing the script!):

tar -xzvf linux.tar.gz
mv "linux-*" linux
tar -czvf linux.tar.gz linux

HTH
-Richard

--
gentoo-user@gentoo.org mailing list

Reply via email to