Posted By:
John_Wu
Posted On:
Tuesday, October 23, 2001 08:36 PM
OS: Sun Solaris 2.6
Web server: iPlanet 4.1.
web server user: webadmin
I have a servlet S1 owned by user X. User X has a file F which is readable and writeable only by User X itself.
(i.e. F's permission is 0600).
My question is:
Is it possible that servlet S1 can read/write file X? In another words, can we make servlet S1 behave just like user X?
Thanks in advance,
John