Thanks for the tip, Bertrand. Unfortunately, the folder created by the flowscript still doesn't get write permissions.
Using your chmod g+s, the folder gets 2755 permissions, instead of 2774.

Any suggestions?

Daniel

==============

On 6/1/06, Dan Hertz wrote:

...but on LINUX, the folder gets created with
0755 permissions (set by my ISP). This is insufficient to run my PHP
script on the photo -- which needs the folder to be set to 0774...

I don't think you can change the folder permissions easily from a Java
app (except with ugly hacks like running a shell script).

The right way of fixing this is to set the correct permissions on the
parent folder, something like "chgrp somegroup thefolder ; chmod 770
thefolder ; chmod g+s thefolder".

-Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to