linux - makeself startup script Permission denied -


i created package.bin file makeself on centos. created successfully.however, when run bin file on same machine, got permission denied error.

i granted 777 , a+x package.bin file still got same error.

makeself --gzip ./target/package ./target/package.bin "package" ./install.sh  verifying archive integrity... good. uncompressing package............................. ./xxx.bin: line 392: ./install.sh: permission denied 

try changing permissions of installation directory.

chmod -r 777 /target 

Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -