From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 09:10:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45AC337B401 for ; Wed, 16 Apr 2003 09:10:21 -0700 (PDT) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A63643F85 for ; Wed, 16 Apr 2003 09:10:20 -0700 (PDT) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.12.6/8.12.6) with ESMTP id h3GGAKgx091477; Wed, 16 Apr 2003 11:10:20 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200304161610.h3GGAKgx091477@dc.cis.okstate.edu> To: Bill Moran Date: Wed, 16 Apr 2003 11:10:20 -0500 From: Martin McCormick cc: freebsd-questions@freebsd.org Subject: Re: I Created an Interesting Permission Problem. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 16:10:21 -0000 Bill Moran writes: >You should really "reply all" to keep this on the mailing list. Good point. >Perhaps the default behaviour of one of the programs you used in the >script has changed. It might help if you provided the script to the >list. I can make it easier than that. Let's say I am in one of the user directories that can't su to root. To demonstrate the new behavior, $ ls >/tmp/testfile $ mv /tmp/testfile . mv: ./testfile: set owner/group (was: 1003/0): Operation not permitted That's all you need to make it happen.