Ubuntu/Sudo
MrTRiot
Northern Ontario Icrontian
So here's my issue...
I downloaded the linux driver for my ATI Radeon x1300 and when I double click it and it starts up. It extracts it and says I need to be on the "master user". So, now I have to go through the command prompt to "sudo" and then attempt to execute the file through the command prompt.
Think anyone can help?
I downloaded the linux driver for my ATI Radeon x1300 and when I double click it and it starts up. It extracts it and says I need to be on the "master user". So, now I have to go through the command prompt to "sudo" and then attempt to execute the file through the command prompt.
Think anyone can help?
0
Comments
cd to the directory with the installer
chmod +x whatever_the_filename_is
sudo ./whatever_the_filename_is
put in your pw
Thanks dude
-drasnor