SCOUG-Programming Mailing List Archives
Return to [ 25 |
June |
1998 ]
<< Previous Message <<
** Reply to note from scoug-programming@scoug.com Sun, 21 Jun 1998 14:08:24 PST8PDT
> Rollin stated that, for security reasons, we want the actual file system
> to be hidden from the user. For example, the user sees
>
> /graphics/
> /greg/
> /new/
> /programs/
> /upload/
>
> when the actual file system is
>
> d:\imaging\apps\graphics\
> f:\users\greg\
> e:\webmast\reviewed\new\
> d:\apps\programs\
> e:\webmast\incoming\upload\
>
> Rollin also asked how best to handle target directories with the same
> name that are on different paths, i.e. how to give the user access to
> both
>
> g:\pgms
> h:\pgms
>
> since if we hide the true file system then the user ends up with the
> undesirable
>
> /pgms
> /pgms
Make a table of "actual name" - "virtual name"
taking the example above
d:\imaging\apps\graphics\ /graphics/
f:\users\greg\ /greg/
e:\webmast\reviewed\new\ /new/
d:\apps\programs\ /programs/
e:\webmast\incoming\upload\ /upload/
then the following is easy
g:\pgms /pgms1
h:\pgms /pgms2
This way even the real directory names can be hidden completely.
Robert Blair
blairra@tstonramp.com
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
Return to [ 25 |
June |
1998 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|