Questions tagged [chgrp]
19 questions
0
votes
2 answers
User in group with r/w access does not actually get the read/write anything
I added my user to the www-data group.
I chmodded a certain directory to 774 (-R, recursively) so only the owner and the group can change something.
Yet my user can't even access it. What am I missing?
Here's my ls -alh output:
drwxrwxr-- 13…

Jelle De Loecker
- 1,094
- 6
- 17
- 30
0
votes
2 answers
bulk swap uidNumber/gidNumber?
We currently have LDAP servers in Dev env. and staging/prod env. Both are not coupled and accounts are created manually. So the uids are same but the uidNumber and gidNumber are different across these two envs.
I am trying to upgrade to 389 DS and…

Prashanth Sundaram
- 451
- 4
- 10
0
votes
2 answers
CHGRP in PHP -- Anyone Able To Make It Work
I have tried PHP's ftp_site($ftpStream, 'chgrp nobody '.$directory) but I cannot get it to work. Does anyone out there have any success changing a directories group via ftp_connect() in PHP? Thanks.

H. Ferrence
- 533
- 3
- 10
- 18
-5
votes
2 answers
Linux directory permissions
I have a folder created by root and I want to be able to add permissions to a usergroup so they can move around the files etc.
I did the following:
chgrp -R developers testdir
The file owner is now root and the group owner is developers.
Why can a…

DD.
- 3,114
- 11
- 35
- 50