Top "File-permissions" questions

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

scp file not setting correct owner

Does SCP have a problem setting file permissions or have I misconfiguration my server? Updated (19/Mar/09): Actually: There is no …

linux ssh file-permissions scp umask
PHP File_put_contents not working

Check this code: <?php $url = 'http://www.example.com/downloads/count.txt'; $hit_count = @file_get_contents($url); $hit_…

php file-permissions directory-permissions
Laravel 4 Permissions on a Vagrant box with Puppet

I have been using http://www.puphpet.com successfully to generate vagrant+puppet environments for a number of projects. Then …

laravel laravel-4 file-permissions vagrant puppet