![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: Script not setting ownship of new directoryby sgifford (Prior) |
on Jul 29, 2008 at 05:16 UTC ( #700731=note: print w/replies, xml ) | Need Help?? |
In addition to using numeric IDs (as pc88mxer suggests), you will need to make sure the user your Web app is running as is in the sftp group. The list of groups is stored in the $( variable, and this will print all of the groups you are in so you can check:
Also, using -1 for the first argument, to avoid changing the owner and only change the group, may be simpler.
In Section
Seekers of Perl Wisdom
|
|