Quote:
Originally Posted by Hato
I need help on working with Rizzo's kindle standalone terminal app. I'm very noob at this, so go easy..  (..and I don't even think I'm at the right topic)
I followed the instructions step by step on http://tinyapps.org/docs/kindle_stan..._terminal.html and everything went fine, until I reached this:
I get a return error: "/bin/sh: /etc: Permission denied" after typing: /etc/init.d. I tried /etc/init.d/kiterm and I get "/bin/sh: /etc/init.d/kiterm: not found".
I tried the fullscreen version of this. Same problem.
What am I doing wrong? Is there a key that I can use to get around this? Or am I doing everything wrong?
|
Sorry for such a late post but the solution to this problem is you need to make the script executable. Basically after you create the new script file you need to run a chmod +x on it. This step is missing from some instructions on the web.