I need to write and delete specific files from a user's home directory: I want to allow
users to manage their .forward and vacation.msg file(s) from a perl script running
as "nobody". chmod, chown, unlink, etc. all fail because of improper permissions. I haven't
investigated sudo, although at first glance this appears to be the correct method.
Anything I've overlooked? Thanks.