From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 07:19:36 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 0D9C816A4CE for ; Wed, 24 Dec 2003 07:19:36 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55C843D1D for ; Wed, 24 Dec 2003 07:19:34 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id hBOFJY1N022191; Wed, 24 Dec 2003 09:19:34 -0600 (CST) (envelope-from dan) Date: Wed, 24 Dec 2003 09:19:34 -0600 From: Dan Nelson To: Uwe Doering Message-ID: <20031224151933.GE2890@dan.emsphone.com> References: <3FE90996.9050606@princeton.edu> <3FE94CA0.6030605@geminix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FE94CA0.6030605@geminix.org> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.5.1i cc: freebsd-questions@freebsd.org Subject: Re: group members can't modify files even though 775 set 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, 24 Dec 2003 15:19:36 -0000 In the last episode (Dec 24), Uwe Doering said: > Seamus Abshere wrote: > >But this happens when I am logged in as sabshere: > > > >>$echo "whatev" > index.html > >>-bash: index.html: cannot overwrite existing file > > I think this has nothing to do with file permissions. Instead, the > 'noclobber' option is probably enabled in your bash settings, so the > shell refuses to overwrite existing files. Find the directive 'set -o > noclobber' in your shell's startup files and comment it out, or if this > behaviour is the default, try to override it with 'set +o noclobber'. Or use >! , which overrides noclobber for just that one time. -- Dan Nelson dnelson@allantgroup.com