Top "Chmod" questions

chmod is a linux/unix command.

How to change permissions for a folder and its subfolders/files in one step?

I would like to change permissions of a folder and all its sub folders and files in one step (command) …

linux permissions directory chmod
Chmod 777 to a folder and all contents

I have a web directory /www and a folder in that directory called store. Within store are several files and …

linux web permissions file-permissions chmod
How do I make Git ignore file mode (chmod) changes?

I have a project in which I have to change the mode of files with chmod to 777 while developing, but …

git ignore chmod
Correct file permissions for WordPress

I've had a look over here but didn't find any details on the best file permissions. I also took a …

php wordpress chmod
Chmod recursively

I have an archive, which is archived by someone else, and I want to automatically, after I download it, to …

linux shell find chmod
How to create a directory and give permission in single command

How to create a directory and give permission in single command in Linux? I have to create lots of folder …

linux chmod mkdir
Creating executable files in Linux

One thing I plan to be doing is writing (painfully simple) Perl scripts, and I'd like to be able to …

linux executable file-permissions chmod gedit
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 …

php file-permissions chmod
changing the owner of folder in linux

I have a folder in my subdomain which is created through WHM so the owner of that subdomain is not …

linux file-upload permissions chmod chown
Change all files and folders permissions of a directory to 644/755

How would I change all files to 644 and all folders to 755 using chmod from the linux command prompt? (Terminal)

terminal command-prompt chmod