in reply to writing to a user's directory

What do you mean by 'perl script running as "nobody"'?

Do you have a daemon?

If not, and this is just a script on the system (owned by user nobody) then there shuoldn't be any problem as users that run it have their own user id and there is no need for extra care.

Replies are listed 'Best First'.
Re: Re: writing to a user's directory
by dwork (Initiate) on Feb 19, 2001 at 21:21 UTC
    All my perl scripts are owned by "nobody". Users are running this particular script from the webserver (Apache).