* Default Linux File Permissions
@ 2008-10-04 3:07 Andrew Joakimsen
2008-10-04 3:15 ` Frank Cox
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Joakimsen @ 2008-10-04 3:07 UTC (permalink / raw)
To: linux-msdos
When a program in dosemu creates a new file on an lredir'd drive, how
do I change the default file permissions?
I have a dBase program running but I need to be able to have multiple
Linux users login to the program. The problem is when 1 user creates a
file no other user can write to it, due to the default file
permissions. I could not find any documentation.
The issue is that each Linux user need their own printer settings,
otherwise everyone could just run under the same Linux user since the
program implements its own access control.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Default Linux File Permissions
2008-10-04 3:07 Default Linux File Permissions Andrew Joakimsen
@ 2008-10-04 3:15 ` Frank Cox
0 siblings, 0 replies; 2+ messages in thread
From: Frank Cox @ 2008-10-04 3:15 UTC (permalink / raw)
To: Andrew Joakimsen; +Cc: linux-msdos
On Fri, 3 Oct 2008 23:07:17 -0400
"Andrew Joakimsen" <joakimsen@gmail.com> wrote:
> When a program in dosemu creates a new file on an lredir'd drive, how
> do I change the default file permissions?
When faced with that exact problem (multiple users need access to files created
by a DOS program) I run dosemu with a short script that sets the default file
permissions for that session and loads and runs a front-end menu:
umask 002
xdosemu -I 'keystroke "cd barghntr\rrunbarg\r"'
--
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
DRY CLEANER BUSINESS FOR SALE ~ http://www.canadadrycleanerforsale.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-04 3:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04 3:07 Default Linux File Permissions Andrew Joakimsen
2008-10-04 3:15 ` Frank Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox