[EMAIL PROTECTED] writes: > Is it standard to use -755 nobody.nobody as ownr.group for all their > .html's on their web page ?
No, it's bad, because the "nobody" account is for use by services that support anonymous users, and the *last* thing you'd ever want is for an anonymous user to modify your web pages. The "nobody" account generally should not own any files other than possibly its own home directory. It used to be common to run Apache as nobody, but now people usually run it as a user "apache" or "httpd". The web pages should *never* be owned by the user account under which the server runs. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list