Top "File-permissions" questions

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

MongoDB - Permission denied for socket: /tmp/mongodb-27017.sock

I had an unclean shutdown of MongoDB on Ubuntu 10.04 LTS. Now when I login as root and run Mongodb via …

sockets mongodb file-permissions upstart
How to use group file permissions correctly on a git repository?

We're accessing a shared git repository via file paths, for various reasons I'll omit for now, created with --shared=group. …

git unix permissions file-permissions
How to change file permission for all sub-directories (CHMOD)

I've a directory, inside which I've multiple directories each containing several image files. I want to change the file permissions …

ftp file-permissions sftp chmod winscp
Unicorn unable to write pid file

I am using deploying a Ruby on Rails app to a Linode VPS using Capistrano. I am using Unicorn as …

ruby deployment capistrano file-permissions unicorn
Use Maven assembly plugin to set Linux file permissions even when run on other platforms?

Similar question: Can Ant's tar task set a Linux file permission even when the task is used on other platforms? …

java maven file-permissions tar maven-assembly-plugin
How to recursively change the owner and group on a directory with Chef?

the resource_directory has only 2 actions available: create and delete I need to update the owner and group of a …

chef-infra file-permissions
Recursively chmod/chown/chgrp all files and folder within a directory

I am working on a site which builds other sites. Some if it I use copy() to create the files …

php recursion cron file-permissions chmod
How do I set permissions (attributes) on a file in a ZIP file using Python's zipfile module?

When I extract files from a ZIP file created with the Python zipfile module, all the files are not writable, …

python attributes zip file-permissions zipfile
Fixing file permissions after modifying in C++?

I'm saving my data in the executable file of the program. I copy it to a temporary file, overwrite a …

c++ linux executable file-permissions self-modifying
Avoid having subversion modify Linux file permissions.

All of my code base is being stored in a subversion repository that I disperse amongst my load balanced Apache …

linux svn file-permissions