./install - Permission Denied

Spadge

Member
Oct 14, 2013
7
0
1
cPanel Access Level
Root Administrator
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
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
/tmp is likely mounted noexec. Try moving the directory to /home or /root, then run ./install.
 

jakesully

Well-Known Member
Nov 9, 2011
50
0
56
cPanel Access Level
Root Administrator
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 :)