file-permission

Correct permission for wp directory-WordPress admin

What is the correct permission to assign to WordPress wp-admin directory? 644 or 755?

NodeJS folder removal @types

I tried to remove the node_modules folder because I updated nodejs and had to reinstall the modules. However, I don't have pe ... to that folder. Did I do something wrong with npm? Why can't I delete the folder?EDIT: Windows 10 NodeJS 12.2.0 NPM 6.9.0

How, using git on Windows, to indicate that the file has permission to run in Unix environments?

I'm using git in development, and I'm wanting to put the gradle project to run on CI. To run gradle, you would just have to g ... s? I am not interested here in "fixing" this problem at the CI level by calling chmod +x before the command is executed.

Folder permission only for Android application

How do I get files from a folder on sdcard to be accessed only by the application? (something like chown and chmod) Not necessarily reading, but prevent removal and editing through other applications (ex: explorer). Disregard devices with Root