From owner-freebsd-bugs@FreeBSD.ORG Mon Dec 6 12:30:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E4F316A4CE for ; Mon, 6 Dec 2004 12:30:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0F143D62 for ; Mon, 6 Dec 2004 12:30:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB6CUW23041625 for ; Mon, 6 Dec 2004 12:30:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB6CUWEB041624; Mon, 6 Dec 2004 12:30:32 GMT (envelope-from gnats) Date: Mon, 6 Dec 2004 12:30:32 GMT Message-Id: <200412061230.iB6CUWEB041624@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Subject: Re: bin/72124: [patch] rm -P can't unlink u-w files X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 12:30:33 -0000 The following reply was made to PR bin/72124; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: bin/72124: [patch] rm -P can't unlink u-w files Date: Mon, 6 Dec 2004 12:21:57 +0000 On Sun, Dec 05, 2004 at 04:20:26PM +0000, Bugghy wrote: > $ touch 1;chmod 0 1;ls -l 1 > ---------- 1 bugghy bugghy 0 Dec 5 18:14 1 > $ /bin/rm -Pf 1 > rm: 1: Permission denied > > So, I still consider this a bug. I didn't say that it *would* do what you wanted - only that "perhaps it should". In hindsight I don't believe that anymore. There is nothing in the manual that suggests that this will work, and therefore I don't think that this is a bug. The PR is still open for a second opinion. Ceri