You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Ken Perl <ke...@gmail.com> on 2006/11/21 14:50:23 UTC

looking for a module

Greeetings,

Is there a module doing this, once a file or directory were written
into a specific dir by the nobody, the file can't be deleted anymore?

-- 
perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@``
")'

Re: looking for a module

Posted by Joachim Zobel <jz...@heute-morgen.de>.
Am Dienstag, den 21.11.2006, 21:50 +0800 schrieb Ken Perl:
> Is there a module doing this, once a file or directory were written
> into a specific dir by the nobody, the file can't be deleted anymore?

This looks more like a task for file system permissions. With ACL there
is an explicit right for deletion, IIRC.

Sincerey,
Joachim