Top "File-permissions" questions

For questions relating to file read/write permissions, user groups, executable bits etc.

How do I give PHP write access to a directory?

I'm trying to use PHP to create a file, but it isn't working. I am assuming this is because it …

php file-permissions chmod
NPM stuck giving the same error EISDIR: Illegal operation on a directory, read at error (native)

I am stuck with this error no matter what directory I am in, and what I type after "npm" in …

node.js windows cmd npm file-permissions
What do I use on linux to make a python program executable

I just installed a linux system (Kubuntu) and was wondering if there is a program to make python programs executable …

python linux file-permissions
PowerShell To Set Folder Permissions

I am trying to use the "default" options in applying folder permissions; by that, I mean that using the "Full …

file-permissions powershell-3.0
Changing file permission in Python

I am trying to change permission of a file access: os.chmod(path, mode) I want to make it read-only: …

python file-permissions
"Permission Denied" trying to run Python on Windows 10

Seems as though an update on Windows 10 overnight broke Python. Just trying to run python --version returned a "Permission Denied" …

python-3.x windows windows-store-apps file-permissions git-bash
SCP Permission denied (publickey). on EC2 only when using -r flag on directories

scp -r /Applications/XAMPP/htdocs/keypairfile.pem uploads ec2-user@publicdns:/var/www/html where uploads is a directory returns …

unix amazon-ec2 file-permissions scp
Checking for directory and file write permissions in .NET

In my .NET 2.0 application, I need to check if sufficient permissions exist to create and write to files to a …

c# .net winforms directory file-permissions
java.security.AccessControlException: Access denied (java.io.FilePermission

final File parentDir = new File("S:\\PDSPopulatingProgram"); parentDir.mkdir(); final String hash = "popupateData"; final String fileName = hash + ".txt"; final File …

java security file-io file-permissions accesscontrolexception
How to assign execute permission to a .sh file in windows to be executed in linux

Here is my problem, In Windows I am making a zip file in which there is a text .sh file …

linux windows shell file-permissions