Top "File-permissions" questions

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

OSError: [Error 1] Operation not permitted

I am trying to run a python script which uses a binary file (xFiles.bin.addr_patched) created by a …

python linux file-permissions user-permissions
java set file permissions to 777 while creating a file object

Possible Duplicate: How can I set the umask from within java? How do you set file permissions to 777(or any …

java file file-permissions umask
Docker Copy and change owner

Given the following Dockerfile FROM ubuntu RUN groupadd mygroup RUN useradd -ms /bin/bash -G mygroup john MKDIR /data COPY …

docker file-permissions dockerfile
How do I change read/write mode for a file using Emacs?

If a file is set to read only mode, how do I change it to write mode and vice versa …

emacs file file-permissions
Windows Service can't access network share

I have a windows service running on my local machine. It's configured to run under NT AUTHORITY\NETWORK SERVICE. The …

windows-services file-permissions
How to give Read/Write permissions to a Folder during installation using .NET

I have a Setup project that I have build using Visual Studio 2010. The installer works fine in terms of installing …

c# .net windows-installer file-permissions
Granting Access Permission to a file to a specific user

In linux, how can I give access permissions to a file/folder to a specific person. In other words suppose …

linux file-permissions chmod
Apache permissions, PHP file create, MKDir fail

It seems i cannot create files. When i set permissions to 777 On the folder i am trying to create a …

php apache file-permissions
myProject is locked for editing and you may not be able to save your changes?

I get the following error messages when I moved my code from my laptop to my Mac Mini and opened …

xcode file-permissions
Howto avoid the "EACCES permission denied" ON SDCARD with KITKAT 4.4.2 Version. New policy from google

With the android kitkat 4.4.2 version is a new google policy implemented for writeaccess, which I do not understand so far. …

android file-permissions android-4.4-kitkat