Top "Chmod" questions

chmod is a linux/unix command.

chmod: cannot read directory `.': Permission denied

I am trying to recursively change the permission of directories and sub-directories for "data" directory and running into following error..…

unix ubuntu chmod
Granting Access Permission to a file to a specific user

In linux, how can I give access permissions to a file/folder to a specific person. In other words suppose …

linux file-permissions chmod
PHP chmod( ):Operation not permitted, safe_mode deprecation involved?

I'm struggling a bit to grasp the concept of chmod() from PHP as the course I'm currently taking is a …

php apache file-permissions chmod
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 …

unix grep chmod
How to make all files under a directory world readable on linux?

I want to make all files (and directories) under a certain directory world readable without having to chmod each file …

linux bash ubuntu command-line chmod
chmod 775 on a folder but not all files under that folder

by assigning 775 rights of user to a folder (project) does that impact the files permissions under the folder? # chown -R …

unix chmod chown
chmod a freshly mounted external drive to set up writing access

I have mounted a external drive at: # mkdir /mnt/external and subsequently: mkdir -p /mnt/external mount /dev/sdb1 /mnt/…

linux unix chmod suse
Cannot change permissions of folders within vagrant home folder

When I ssh in to my vagrant vm, I can change permissions of files and folders above and outside the …

centos virtualization virtualbox chmod vagrant
set permissions for all files and folders recursively

I want to recursively set the folder and file permissions. Folders should get 750 and files 644. I found this and made …

php permissions chmod
What is the normal chmod?

On my web server, my file permissions are all over the place and I want to 'reset' everything back to …

file permissions chmod