Top "Chmod" questions

chmod is a linux/unix command.

How to change permissions to certain file pattern/extension?

Using chmod, I do chmod +x *.sh in the current directory but what if I want to change all files …

linux bash unix file-permissions chmod
You don't have permission error in Apache in CentOS

I have installed apache 2.2 in centos 6. Everything worked fine when the apache folder was at its default location /var/www/…

linux apache centos chmod document-root
Linux: command to make folders recursively writable without affecting the permission of files inside them

Is it possible to make the folders writable recursively without affecting the files inside them using Linux command. chmod 777 -R …

linux command-line cmd chmod
Linux: Set permission only to directories

I have to change the permissions of the htdocs directory in apache to a certain group and with certain read/…

linux bash directory chmod
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 file mode (chmod) changes?" I've got a file …

git chmod
chmod - protect users' file being accessed so only owner can access?

How to set chmod, so that ONLY owner of the file can read, write and execute? (other users cannot read, …

linux chmod
svn: how to set the executable bit on a file?

How do I set the executable bit on a file in an svn repository? I've tried: chmod +x sync.py …

svn executable chmod
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
Copy file permissions, but not files

I have two copies of the same directory tree. They almost have the same files in both (one version may …

linux bash permissions copy chmod
Codeigniter - setting up directories and files permissions (chmod settings)

Since i don't think i got right permissions all over my application folders and files is there anyway to check …

php codeigniter permissions chmod