[Fwd: File permissions]

2000-08-01 Thread Patrick Ohnewein
Guess the first send didn't work Patrick Ohnewein wrote: > > Now I have a Java app which creates files. > Everything works as espected but the created files get the wrong file > permissions. > > The user which uses the app has the following attributes: > NAME: patr

File permissions

2000-08-01 Thread Patrick Ohnewein
Now I have a Java app which creates files. Everything works as espected but the created files get the wrong file permissions. The user which uses the app has the following attributes: NAME: patrick GROUP: users UMASK: 022 creating the file Test.dat in the directory /Test with the following