Click to See Complete Forum and Search --> : How do you give a file permission to execute?


Giscardo
08-01-2001, 12:01 AM
I'm trying to install a library under Mandrake 8.0. The instructions say that I must "give execute permission to this file" before i can run it. The file is called ./install.gcc. How do i give it execute permission?

hostile_apostle
08-01-2001, 12:12 AM
"chmod +x install.gcc" while you're in it's directory

or

Browse to it > right click on it > properties > permissions > check/click execute

Giscardo
08-01-2001, 12:22 AM
muchas gracias