cloudsploit icon indicating copy to clipboard operation
cloudsploit copied to clipboard

root@ubuntu:/tmp/cloudsploit# ./index.js bash: ./index.js: Permission denied

Open devashishsingh opened this issue 2 years ago • 1 comments

I do understand the permission issues, however even root and escalating the permissions on the given folder is not working.

root@ubuntu:/tmp/cloudsploit# chmod 777 /tmp/cloudsploit root@ubuntu:/tmp/cloudsploit# ./index.js bash: ./index.js: Permission denied

Any help here?

devashishsingh avatar Mar 24 '23 12:03 devashishsingh

chmod 777 ./index.js

INT2ECALL avatar Sep 20 '23 05:09 INT2ECALL