Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: Christoph van Wuellen Newsgroups: comp.os.minix Subject: Re: Security hole ?! Message-ID: <50276@nigel.ee.udel.edu> Date: 10 Apr 91 13:45:52 GMT Sender: mmdf@ee.udel.edu Lines: 11 The ability of removing a file has nothing to do with permissions set on the file, but with permissions set on the directory where the file resides: When you remove a file, you actually write to its parent directory. On UNIX, you can e.g. remove files beloging to other users if they reside in /tmp Check if this is the case in your case (?) C.v.W.