Top "Chmod" questions

chmod is a linux/unix command.

WARNING: UNPROTECTED PRIVATE KEY FILE! when trying to SSH into Amazon EC2 Instance

I'm working to set up Panda on an Amazon EC2 instance. I set up my account and tools last night …

ssh amazon-web-services amazon-ec2 chmod
Python module os.chmod(file, 664) does not change the permission to rw-rw-r-- but -w--wx----

Recently I am using Python module os, when I tried to change the permission of a file, I did not …

python file permissions chmod
Difference between using "chmod a+x" and "chmod 755"

This may sound silly, but I have a file/ script that need to run and in order to do it …

linux unix chmod
Correct owner/group/permissions for Apache 2 site files/folders under Mac OS X?

It's hard to find Mac-specific answers to this question on the web, so I'm hoping someone out there can put …

macos permissions apache2 chmod chown
Changing permissions via chmod at runtime errors with "Operation not permitted"

When I use chmod() to change permissions at run time, it gives me the below message: Warning: chmod() [function.chmod]: …

php permissions chmod
Differences between CHMOD 755 vs 750 permissions set

I have some files with 755 and I need to change them to 750, but I am not sure if this can …

xml linux jar permissions chmod
find . -type f -exec chmod 644 {} ;

why doesn't this work I am trying to change all files to 644 abd all -d to 755: find . -type f -exec …

magento ssh find chmod
File Permissions and CHMOD: How to set 777 in PHP upon file creation?

A question about file permissions when saving a file that when non existent, is created initially as new file. Now, …

php file file-permissions chmod
How do you do a simple "chmod +x" from within python?

I want to create a file from within a python script that is executable. import os import stat os.chmod(…

python chmod
How to give file permission to a specific user in a Group?

I have a Group 'g1' having 2 users Alice and Bob. I want to share a file 'file1' with …

linux file-permissions chmod