./install - Permission Denied
I've downloaded the new theme plugin to my /tmp directory, unzipped successfully, yet when I try the ./install it returns "permission denied".
I am logged in as root, have tried su and su -, and tried chmod a+x but to no avail.
Am I missing something?
Cheers, Spadge
-
/tmp is likely mounted noexec. Try moving the directory to /home or /root, then run ./install. 0 -
reason why you get premission denied is because you gota do cd /tmp then chmod 777 install so it will give premission to the file to be execute able :) 0
Please sign in to leave a comment.
Comments
2 comments