/PWServer/start.sh: line 54: ./glinkd: Permission denied
that happens with ALL folders
I tried many ways
sudo chmod 777 /PWServer
chmod 777 /PWServer
sudo chmod 0777 /PWServer
chmod +R 0755 /PWServer
none works :(
Printable View
/PWServer/start.sh: line 54: ./glinkd: Permission denied
that happens with ALL folders
I tried many ways
sudo chmod 777 /PWServer
chmod 777 /PWServer
sudo chmod 0777 /PWServer
chmod +R 0755 /PWServer
none works :(
chmod 755 -R /PWServer ... read linux guide ...
http://en.wikipedia.org/wiki/Chmod > search -R
... posted by devils phone ...
also u have to be under root to chmod... means logged in as root user... easiest way i chmod open up winscp right click the folder go to properties and then type in 777 and set to all folders inside... never fails unless ur not adminstrator or logged in as root
thats the problem, I did it in WinSCP still says permission denied :/
fixed already
Attachment 131304
(you can do 755 as well, just remove group and other "W"s)