Re: [basex-talk] File permissions on .basex files

2015-08-03 Thread Amanda Galtman
] Sent: Monday, August 03, 2015 10:58 AM To: Amanda Galtman amanda.galt...@mathworks.com Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] File permissions on .basex files Hi Amanda, In Java, we use default operations for creating files and directories. My knowledge on Linux

Re: [basex-talk] File permissions on .basex files

2015-08-03 Thread Amanda Galtman
-Original Message- From: Christian Grün [mailto:christian.gr...@gmail.com] Sent: Monday, August 03, 2015 11:35 AM To: Amanda Galtman amanda.galt...@mathworks.com Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] File permissions on .basex files I want to create

Re: [basex-talk] File permissions on .basex files

2015-08-03 Thread Christian Grün
I want to create the databases on Linux, and then multiple users need to access the database directory. The other users are generally on Windows. You're correct, I'm not using the client/server architecture. (I haven't looked into it. If you think it's what I really should be doing, I can

Re: [basex-talk] File permissions on .basex files

2015-08-03 Thread Christian Grün
Hi Amanda, In Java, we use default operations for creating files and directories. My knowledge on Linux file permissions is limited, but I just ran BaseX on two different Linux machines, and I noticed that different permissions were assigned to the newly created files on both systems. So.. Maybe

[basex-talk] File permissions on .basex files

2015-08-03 Thread Amanda Galtman
Hi, It seems that the commands and functions that operate on the .basex files, such as ADD and db:add(...), make the .basex files writable by the creator but not by anyone else. On the other hand, executing a query requires write permission for at least some of the .basex files, even if the