Top "File-permissions" questions

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

File system changes in Android Nougat

Ever since the first release of the Android N developer preview, I get "permission denied" errors when attempting to list …

android filesystems file-permissions permission-denied android-7.0-nougat
File.Move does not inherit permissions from target directory?

In case something goes wrong in creating a file, I've been writing to a temporary file and then moving to …

c# windows-7 .net-4.0 file-permissions
Glyphicons shows up fine in development but not when hosted in IIS

I am able to view my icons just fine when during development, however after creating the deployment package using visual …

.net asp.net-mvc iis file-permissions glyphicons
Jenkins: Permission denied to a 777 file

I have created a Jenkins build to compile and distribute some modules. The output of the build commands (e.g., …

logging jenkins file-permissions tee
Setting file permissions when opening a file with ofstream

Is there a way in C++'s standard libraries (or linux sys/stat.h, sys/types.h, sys/.... libraries) to …

c++ linux file-permissions fstream
Setting umask for sshfs mount

If I mount the sshfs server with no umask, i get -rw-rw-r-- on new created files. If I try and …

file-permissions sshfs umask
What are ideal /etc/passwd file permissions?

Is there any risk keeping open world-read access to passwd file? Why is by default passwd file world-readable

file-permissions passwd
Jenkins `Make gradlew executable` option do not make `gradelw executable

I have Jenkins setup on linux machine (CentOS) and I tried to build Gradle based project on the master host. …

linux jenkins gradle file-permissions gradlew
Permission denied after using setfacl

There are 3 users: A, B, C. A has mydir in his home folder /home/A/mydir B can read /home/…

linux bash file-permissions permission-denied
Linux directory permission inheritance

Can someone explain to me how directory permissions are inherited in Linux (Ubuntu, specifically)? For example, what if I have …

linux ubuntu directory file-permissions folder-permissions