Top "Chown" questions

chown is a command is used to change the owner and/or group membership of a file or set of files.

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
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
chown illegal group name (mac os x)

I'm trying to run the following command in Terminal: chown -R couchdb:couchdb /usr/local/var/log/couchdb However, I …

macos unix terminal chown
Linux chown -R parameter, what does it mean

The explanation is: "-R, --recursive operate on files and directories recursively" What does "recursive" mean here?

linux chown
why doesn't chown work in Dockerfile?

My Dockerfile creates a directory, chown's it, and then lists the directory afterwards. The directory is still owned by root. …

docker chown
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
How to change the user and group permissions for a directory, by name?

os.chown is exactly what I want, but I want to specify the user and group by name, not ID (…

python operating-system chown
chown command returning Operation not permitted

I am working on a raspberry pi and am having a tough time giving permissions to an external hard drive …

linux raspberry-pi usb-drive chown fat
Chown not working

On Ubuntu 12.04, the chown command doesn't seem to be working like it should root@server:/var/www/folder/# ls -al …

linux ubuntu permissions chown
What is the Python way for recursively setting file permissions?

What's the "python way" to recursively set the owner and group to files in a directory? I could just pass …

python recursion chown