LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to run? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-run-235037/)

5KIDMA 09-25-2004 06:23 AM

How to run?
 
Hi all i am very new to linux and just installed mandrake 10.0 i wanted to install new video card drivers and to do so i need to know which version of xfree86 i have to find this out apparently i need to run this file i downloaded called check.sh. I am very well versed in dos talk but linux is completley new to me any help would be greatly apreciated.

matt_16 09-25-2004 06:34 AM

Code:

sh check.sh
As simple as that.

realjustin 09-25-2004 06:38 AM

And if for some reason that won't work try
./check.sh

But sh check.sh should work. You may need to run it as root, and if so
su
and then your root password. Then run again.

matt_16 09-25-2004 06:44 AM

Quote:

And if for some reason that won't work try
./check.sh
If you want to do it that way, you'll need to chmod it first:
Code:

$ chmod +x check.sh

5KIDMA 09-25-2004 07:10 PM

Thanks
 
Thanks alot that worked a treat, is there a website i can go to that has a glossary of linux commands, and syntax´s?

mysterio 09-26-2004 08:26 PM

This might be what your looking for http://www.linuxdevcenter.com/linux/cmd/

chrism01 09-27-2004 12:53 PM

Here's a more HOWTO oriented link: http://www.icon.co.za/~psheer/book/index.html.gz

Komakino 09-27-2004 04:57 PM

Re: Thanks
 
Quote:

Originally posted by 5KIDMA
Thanks alot that worked a treat, is there a website i can go to that has a glossary of linux commands, and syntax´s?
Argh, no apostrophe in plural...and syntax is just SYNTAX, no S!

On to the point (eventually I hope to eradicate misuse of the apostrophe!) the Rute User's Handbook (etc) is a great resource:
http://www.icon.co.za/~psheer/book/

(Edit: Must be good, me and the other guy both posted it!)


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