<reference type="comedy" act="Abbot and Costello">I thought he was playing centerfield ... </reference> =)

Actually, there is a user called 'nobody', in the sense that there's an entry for such in /etc/passwd on your system (I assume you're running some *nix-like OS). It's there to provide an unprivileged userID for daemons (like webservers) to run under. If you set the permissions on the files and group membership of nobody appropriately, you shouldn't have a problem.

I imagine that you're talking about CGI scripts? Another possibility is that the script is owned by nobody and set to run with the permissions of that user. If you feel like you MUST give ownership of the files it creates to other people, you have a couple options:

I'd prefer to do the second anyway, as it's pretty easy to add other maintenance (e.g. backup) functions to the cron job; also, if you don't already have the suEXEC like mechanism in place already it's just easier to implement.

HTH!

perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth +er_name\n"'

In reply to Re: File Protections by arturo
in thread File Protections by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.