On Wednesday 04 December 2002 06:20 pm, someone claiming to be Harry G wrote: > I am running database program as a user. I have another user on the same > computer I want to give access to the database file, and also a bunch of > documents. > > Where is the best place to put this in the filesystem? I see a lot of > places that might work, but I want to do this properly. Both users will > need read and write access, by the way. >
Wherever you want, it's your system. I'd put it under /home, something like /home/shared, or whatever you want to call it. You could even give it its own partition and mount it on /home/shared, or just /shared or wherever. I wouldn't put it under /usr, or /tmp, or /var, though, but that's just me... HTH, Tim -- RedHat Psyche 8.0, stock kernel, Gnome 2.x, Xfree86 4.2.0 7:00pm up 2 days, 18:50, 2 users, load average: 0.00, 0.00, 0.00 It's what you learn AFTER you know it all that counts _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
