Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!haven!ncifcrf!nlm-mcs!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: File Write Permission Rules Keywords: file write permission rules Message-ID: <9627@smoke.BRL.MIL> Date: 8 Feb 89 20:33:29 GMT References: <306@wubios.wustl.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 13 In article <306@wubios.wustl.edu> david@wubios.wustl.edu (David J. Camp) writes: >My question is: What is the (historical or otherwise) justification for >this rule? It seems wrong. I would have required write permission to >the file itself in order that it be removed. I don't know what you think of when you say "file", so let's talk about inodes instead. One does NOT need to "write" (i.e. modify) the contents of an inode in order to remove the link to it from another (directory) inode, but one DOES need to be able to modify the directory inode. In other words, it works and makes sense, but you have to have the right mental model of the UNIX hierarchical file system.