> What do you do if after typing in ./install.sh the command line returns
> permission denied? Why would one not have permission as root? Excuse me
> for jumping in here, but I had the same problem, and the sys won't let
> me change back. Dennis

Dennis, you're trying to execute a text file that doesn't have execute
permission for anyone.  Go there again and, as root, type:

chmod +x install.sh

Then, try again to run the file.

Cheers --- Larry
 


Reply via email to