Tagged Questions

chmod is a linux/unix command. It stands for "change mode". This command is used change the permissions of directories and files.

learn more… | top users | synonyms

155
votes
3answers
21k views

How do I make git ignore mode changes (chmod)?

I have a project in which I have to change the mode of files (chmod) to 777 while developing, but which should not change in the main repo. git picks up on chmod -R 777 . and marks all files as ...
16
votes
4answers
2k views

In a PHP / Apache / Linux context, why exactly is chmod 777 dangerous?

Inspired by the discussion in this question, a maybe stupid question. We have all been taught that leaving directories or files on Linux-based web hosting with the permission level of 777 is a bad ...
9
votes
2answers
29k views

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 and had no problem using SSH to interact with my own personal instance, but right now I'm not being ...
7
votes
2answers
2k views

How do i secure a web server's image upload directory?

For my web application, people can upload images from a web form to my web server. What should I set the CHMOD settings for that image upload directory so that people can upload images (from the web ...
6
votes
6answers
9k views

How do I give PHP write access to a directory?

I'm trying to use PHP to create a file, but it isn't working. I am assuming this is because it doesn't have write access (it's always been the problem before). I tried to test if this was the problem ...
5
votes
5answers
19k views

How to set chmod for a folder and all of its subfolders and files in Linux Ubuntu Terminal?

So I want a way to set chmod 755 to /opt/lampp/htdocs and all of its content including subfolders and files, and If I create a new folder or file the chmod of that should be also 755. chmod 75 ...
5
votes
4answers
590 views

Secure chmod privileges?

The standard chmod privileges are "644" for files and "755" for directories, aren't they? In most cases, PHP doesn't need to write to files or directories. So couldn't I take the write privileges ...
5
votes
1answer
1k views

How to `chmod -R +w` with Ant, files and folders?

I'd like to do the equivalent of a chmod -R +w foo/ in an Ant build script. So far I'm using this: <chmod perm="g+w"> <dirset dir="${basedir}/foo"> </dirset> <fileset ...
5
votes
5answers
574 views

Chmod, php and imageupload

What is the best practice when it comes to image upload using PHP? How should I handle the chmod settings? Example; I have a dir called /image/ where i want to upload all my images. Should I set ...
5
votes
4answers
5k views

Correct owner/group/permissions for Apache 2 site files/folders under Mac OS X (10.6)?

It's hard to find Mac-specific answers to this question on the web, so I'm hoping someone out there can put this one to rest for me? My permissions are screwed up on my sites and I'm not sure how to ...
5
votes
4answers
2k views

changing chmod for files but not directories

I need to use chmod to change all files recursivly to 664. I would like to skip the folders. I was thinking of doing something like this ls -lR | grep ^-r | chmod 664 This doesn't work, I'm ...
4
votes
1answer
83 views

How does chmod work for windows? [closed]

Windows file permissions are quite different from *nix permissions, so how is chmod from GnuWin coreutils implemented in windows?
4
votes
1answer
59 views

Retrieve multiple information by a single number?

I was wondering how they did come up with the way of setting permissions using chmod by just using numbers. For example: 1 is for execute 2 is for write 4 is for read Any sum of those give a unique ...
4
votes
2answers
2k views

How do I make git accept mode changes without accepting all text changes?

I've got the opposite problem from "How do I make git ignore mode changes (chmod)?" I've got a file that I've changed executable permission on, but there are also some text changes, and I want to ...
3
votes
1answer
73 views

Clearcase protect -chmod +x recursively all *.exe

I am trying to recursively change all .exe in a directory. I did a bit more digging before posting and ended up finding what I needed. Will post with my answer just on case anyone can used this ...
3
votes
2answers
72 views

PHP & Permissions

I have an application that I am transferring to a new server. In doing so the upload feature for customers accounts stopped working because the owner of the folders was 'ftp' and not 'apache' I solved ...
3
votes
1answer
95 views

Proper way to set permissions with django and apache2?

I'm using django with wsgi on apache2 I was trying to acess a css file in my site/static/css folder and since the permission was 644, the css file could not be accessed by apache2. So I chmod 645 on ...
3
votes
1answer
414 views

git deploying project - file permissions - (chmod)

I'm deploying my project with git to a remote server using a post-update hook. More specifically I'm following these steps. Everything on my local copy has the right permissions, however after ...
3
votes
1answer
892 views

Mercurial: Ignore file permission / mode (chmod) changes

Is there a way to ignore file permission / mode (chmod) changes for a Mercurial repository? I'm looking for a setting similar to Git's: core.filemode -> false as described here: Can I make ...
3
votes
1answer
234 views

Set linux permissions allow writing to existing files, but not creation of new files

Is there a recursive chmod command that would allow editing of existing files, but not creation of new files or directories? I have a hosting user who has a website that keeps getting hacked to host ...
3
votes
2answers
310 views

Linux change group permission to match owner permissions

Suppose I have a directory on Linux with a bunch of files and subdirectories. This is that root directory: drwxr-xr-x 13 user1 group1 4096 May 7 15:58 apps Now, I only want to alter the group ...
3
votes
2answers
795 views

Recursive mkdir() and chmod()?

When using mkdir() with the recursive flag set to true do all the created directories get the specified chmod or just the last one? For example: mkdir('/doesnotExist1/doesnotExist2/doesnotExist3/', ...
3
votes
2answers
150 views

set file permissions in header before forced download in php?

Im generating a file to present to the user for download, but the server isnt letting me open it, because it needs to have permissions of 777 before it can do so. Here is my code $fh = ...
2
votes
1answer
47 views

os.chmod not setting GID bit

I am trying to use os.chmod to set directory permissions to ensure the webserver has write permissions to folders created by the server. Normally I would set the root folder GID bit in the shell and ...
2
votes
3answers
49 views

How to determine that the shell script is safe

I downloaded this shell script from this site. It's suspiciously large for a bash script. So I opened it with text editor and noticed that behind the code there is a lot of non-sense characters. I'm ...
2
votes
2answers
48 views

Ways to set x bits on only dirs besides using find

Often, I find myself needing to make a tree of directories executable for someone, ie: find . -type d -exec chmod ug+x {} \; But I don't like the overhead of find, and running a "new" chmod for ...
2
votes
4answers
72 views

PHP fails to chmod?

I'm running PHP 5.3.5-1ubuntu7.2 (with safe_mode = Off) and I'm unable to correctly set the mode for any file or directory from within a PHP script, I coded the following test (just to make sure): ...
2
votes
2answers
123 views

Why is my folder not being visible to the web? or upload-able?

For some odd reason I can no longer access my images in my image folder or any of its contents https://ksc105.kscserver.com/images/list.png or https://ksc105.kscserver.com/images/bold.png. I orginally ...
2
votes
1answer
47 views

How to use chmod as a mysql datatype

I'm currently creating a permissions table which replicated the "777" method used in linux. To do this I wanted to create a table like: user_id, class1, class2, class3 Where class can be some ...
2
votes
2answers
167 views

php apache file ownership and creation problem

I am trying to do a really basic rename of a file to another name in my code. However there seems to be some ownership/permissions problem that is stopping this working correctly. This is my ...
2
votes
3answers
145 views

PHP MVC Sandboxing

I'm building a system where different users can upload their custom php modules. The system is based on a custom MVC framework written in PHP and deployed on Linux. When a user logges in, his modules ...
2
votes
3answers
452 views

PHP upload permission problem

right guys ive ran into a problem with file permissions with the following upload form. a text file is passed to the upload/ dir by global users. mysite$ ls -l drwxrwxrwx 2 user user 4096 2010-09-24 ...
2
votes
5answers
482 views

Why does recursive mode on chmod do everything but recursion?

chmod -R 775 *.cgi only changes permissions on the files in the current directory, the files in the subdirectory don't get modified at all. This is the exact same functionality as simply doing chmod ...
2
votes
4answers
889 views

C: The remove function removes all files?

I am using something like this: char *file; file = (char *)malloc(BUFSIZE * sizeof(char)); printf("Enter the filename:"); scanf("%s", file); if(remove(file)) { printf("Error while removing"); } ...
2
votes
4answers
122 views

Which files do control the visibility of your website?

I run the following command at uni to my user account chmod -R 700 * Then, I run chmod -R 755 public_html My homepage remains to be "Forbidden" when I browse to it. The permissions of my user ...
1
vote
2answers
28 views

Can't seem to get correct permissions for mkdir() in PHP

I have the following simple script to test the mkdir() function in PHP: <?php $id = rand(); $targetPath = $_SERVER['DOCUMENT_ROOT'] . '/sample_folder/' . $id .'/'; ...
1
vote
1answer
31 views

Permission denied when attempting to upload file with PHP

I have a problem uploading files with move_uploaded_file(src, dest). Uploadify is used to call the upload.php script which is executing: move_uploaded_file($tempFile, $targetFile); Every time I ...
1
vote
3answers
96 views

Debian: Change default chmod [closed]

I am new with servers and I've setup a Debian on a cloud server. I installed apache, php and then vsftpd. I created users and set permission etc. Now when I upload a file, its default CHMOD is 600 ...
1
vote
1answer
97 views

fopen the same file with apache and crontab - permission denied

i have this problem with fopen files. Maybe someone has a solution... When fopen creates a file via the browser, the file is owned by "nobody", if i run the same script via crontab i get permission ...
1
vote
1answer
58 views

Replicating chmod's symbolic mode in Ruby without explicitly invoking a system command

On Unix/Linux systems, the chmod function supports "symbolic modes", meaning you can do what is essentially bit-arithmetic with permissions, e.g. chmod u+x ... is a symbolic form for adding executable ...
1
vote
0answers
74 views

Netbeans remote file permissions. chmod from within Netbeans?

When working with a project, a'la "PHP application from remote server" The file properties I am offered, when I right-click->properties on files, relate only to the local properties. Is it possible ...
1
vote
2answers
25 views

upload / download permissions

I currently have a folder which the public uploads files to. I want to be able to download these files via a link, but not to be able to browse the upload folder. But at the same time, i need to keep ...
1
vote
1answer
82 views

Git CHMOD post-receive hook

I'm using a bare remote repository on my webserver with a post-receive hook that will automatically push my files in the public_html directory. The problem is, I'm using codeigniter and the index.php ...
1
vote
2answers
44 views

Is there a way to diff chown/chmod between two servers' directories?

Platform: CentOS 5.6 x86_64 I have a production server and a development server. I want to debug file ownership and permissions across a large directory structure, which is almost identical, give or ...
1
vote
2answers
91 views

Changing folder permission only not files in linux

I am trying to change folder permission on every folder in my site but not the files. I can list them by doing ls -l | egrep '^d' but is there any way to do this: chmod 751 | egrep '^d', i get an ...
1
vote
3answers
94 views

Chmod 666 and access denied for getimagesize

First of all, this is not a duplicate of : Permission denied on getimagesize I got following code, where I sat an chmod for the image, and then I wan't to get it's size. @chmod($path."/".$filename, ...
1
vote
2answers
65 views

PHP/CHMOD Questions

I am working on a PHP based website. In the admin there is a section that checks a form field and based on the field looks for a folder on the server. This folder will be in a sub-directory. If it ...
1
vote
4answers
79 views

How to set permissions for every directory along a directory path

I'm creating a remote directory path on a webserver that I'd like to be executable. I create it remotely with a command like: ssh user@machine mkdir -p a/b/c/d/e/f Next, I'd like to be able to ...
1
vote
1answer
110 views

CakePHP chmod question

I downloaded CakePHP and put it in my www directory. I enabled mod-rewrite and all that and changed my document root. But I still get permission denied errors in my apache error log because Cake can't ...
1
vote
0answers
219 views

Running iptables on a rooted xoom (android 3 honeycomb)

I am trying to add some rules to filter network traffic from/to the device (Xoom WiFi) using iptables. The iptables command is located at /system/bin/iptables in the xoom device running android 3.0.1. ...

1 2 3 4 5