Top "File-permissions" questions

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

Python - error: could not create 'treetagger.egg-info': Permission denied

I tried to install a python module (treetager-python) by using the command: python3 setup.py install When trying this, I …

python python-3.x file-permissions treetagger
write to file on a remote server in python

Is there any way to write to a file which is located on another server? I have access to a …

python-3.x file-permissions remote-server file-writing
php create new dir with 777 permission. How?

In my code $path = 'images/product/'.$pid; if( ! file_exists($path)) { mkdir($path, 0777); } ... ... but when I type ls -l …

php linux file-upload file-permissions 777
“bad interpreter: Operation not permitted” Error on El Capitan

My team is writing a Mac OS application that needs to call a shell script in an external directory. The …

bash file-permissions osx-elcapitan mac-app-store pkg-file
Mercurial: Ignore file permission / mode (chmod) changes

Is there a way to ignore file permission / mode (chmod) changes for a Mercurial repository? I'm looking for a setting …

git mercurial permissions file-permissions chmod
Exclusive File access to logfile with VBScript and FileSystemObject

I have a VBS script that currently writes to a logfile. This script can be kicked off my multiple simultaneous …

vbscript file-permissions file-access filesystemobject
Android: how to grant 666 privs to a device via ueventd.rc

I need to access an USB camera connected to my (rooted) Android. I'm on a Samsung Galaxy S4 with Android 4.2.2. …

android device file-permissions rooted-device
Changing file permissions in kernel

I am writing kernel module(C in Linux) and I want to change the permission of the other files in …

c linux file-permissions kernel-module
Impossible to create the root directory

I have already searched for this issue. But the task was different on each question/blog. So those answers or …

laravel laravel-5 file-permissions laravel-artisan laravel-filesystem
How to get effective permission of a NTFS file using command line?

As per subject, is there a command or may be even a sample VBScript that I can use to calculate/…

command-line vbscript file-permissions ntfs cacls