in reply to Re: Re: Re: Changing the uid
in thread Changing the uid

Yes I was root.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Changing the uid
by Anonymous Monk on Apr 04, 2001 at 00:32 UTC
    What happens when you run this as root:
    use English; system('id'); $EGID=500; $GID=500; $EUID=500; $UID=500; system('id');
    (replacing 500 with an appropriate uid/gid).