Quote:
Originally Posted by Motoxrdude
to change directories type "cd (directory)"
example:
cd /home
then to list all files and folders in the directory type "ls"
so use the cd command to get in the same directory as the .run file is in then use ls to make sure it is really there. then type
|
Well I have it saved under "/root/NVIDIA-Linux-x86-100.14.19-pkg1.run", as you know, it defaults to root so there is not need for "cd /root" in this case. I can use "ls" and it shows up, but when I type in
Code:
sh 'NVIDIA-Linux-x86-100.14.19-pkg1.run'
I get "No such file or directory". I don't understand why this is happening...
Thanks