Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I hava a java application, that creates files and folders somewhere on the customer machines. i need that the new files and folders will get the same permissions as their parent folder, and their same permitted group.

I can tell the user to do some linux manipulations on the parent folder (like using umask), but i cannot tell him to change some files that effect on all his machines....

how can i do that?

share|improve this question
Are you able to use Java 7? If so, have a look at the java.nio.file package. – prunge Sep 26 '11 at 7:24
@prunge i can't... – yonatan Sep 26 '11 at 10:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.