Re: more chmod

1998-09-08 Thread Hamish Moffatt
On Tue, Sep 08, 1998 at 08:41:30AM -0500, Default Debian Reader wrote: > Is there a way to have a second script called from a first script still > setuid? Ok here is the situation user x runs script a, script a is a normal > script that grabs a file owned by user b, script a then calls script y wh

more chmod

1998-09-08 Thread Default Debian Reader
Is there a way to have a second script called from a first script still setuid? Ok here is the situation user x runs script a, script a is a normal script that grabs a file owned by user b, script a then calls script y which is setuid to userb so it can change that file grabbed by script a. It se