LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Check.sh (https://www.linuxquestions.org/questions/linux-software-2/check-sh-541051/)

bigbadsad 03-27-2007 11:49 AM

Check.sh
 
Im trying to install drivers for ATi on SuSE 10.2 and on the ATI site it says to run Check.sh first. Ive downloaded it to the desktop but how do I use it to find out what version of Xfree or X.org I have?

Thanks.

SeRGeiSarov 03-27-2007 12:16 PM

Hi

That is the way ./check.sh

bigbadsad 03-27-2007 12:48 PM

Quote:

Originally Posted by SeRGeiSarov
Hi

That is the way ./check.sh

What do I do with it? Click it? Type that into the Terminal? I changed to the folder it was in and typed ./ check.sh but it said something Permission Denied, and I was in su.

jschiwal 03-27-2007 01:11 PM

Run "chmod +x Check.sh" to make it executable.

Also, there isn't a space after ./.
./Check.sh runs the script in the current directory. By default, the current directory (.) isn't in your PATH. (This is a good thing)


All times are GMT -5. The time now is 04:52 PM.