Top "File-permissions" questions

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

Chmod 777 to a folder and all contents

I have a web directory /www and a folder in that directory called store. Within store are several files and …

linux web permissions file-permissions chmod
How to grant permission to users for a directory using command line in Windows?

How can I grant permissions to a user on a directory (Read, Write, Modify) using the Windows command line?

windows command-prompt file-permissions
open() in Python does not create a file if it doesn't exist

What is the best way to open a file as read/write if it exists, or if it does not, …

python linux file-io file-permissions
Cannot read configuration file due to insufficient permissions

I've recently encountered an error trying to host my asp.net site with IIS. I have found a solution that …

asp.net iis-7 file-permissions
How can I exclude all "permission denied" messages from "find"?

I need to hide all permission denied messages from: find . > files_and_folders I am experimenting when such message …

bash error-handling find file-permissions
move_uploaded_file gives "failed to open stream: Permission denied" error

I keep getting this error when trying to configure the upload directory with Apache 2.2 and PHP 5.3 on CentOS. In php.…

php upload file-permissions
How to set up file permissions for Laravel?

I'm using Apache Web Server that has the owner set to _www:_www. I never know what is the best …

php apache laravel laravel-5 file-permissions
Permission denied on accessing host directory in Docker

In short: I am trying to mount a host directory in Docker, but then I can not access it from …

directory file-permissions docker mount permission-denied
file_put_contents - failed to open stream: Permission denied

I am trying to write a query to a file for debugging. The file is in database/execute.php. The …

php file-io file-permissions
Creating executable files in Linux

One thing I plan to be doing is writing (painfully simple) Perl scripts, and I'd like to be able to …

linux executable file-permissions chmod gedit