Trying to install software (nvidia drivers)

Permabanned
Joined
19 Aug 2006
Posts
1,604
OK, I'm using Fedora Core 5, and I'm trying to install the Nvidia drivers. I downloaded the setup file from www.nvidia.com into my home directory and ran it, and it says I need to be logged in as the root. So I type 'su -' into the terminal and then try and run the file again, to which it says it can't find it, presumably because I'm no longer in the route.

How can I log in as the root and still run files from my home directory?

Thanks
 
Chrisss said:
What do you type into the terminal to 'cd to something'

Cheers
cd is the command for change directory. To go to a directory use cd then the location. If I wanted to go to /etc/boot/grub I'd type
Code:
cd /etc/boot/grub
 
Back
Top Bottom