From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 653477hfc246.tampabay.rr.com ([65.34.77.246] helo=bupster.cjb.net) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 19JHKw-0003Ql-00 for ; Fri, 23 May 2003 14:32:14 -0400 Received: from bupster.cjb.net (localhost.localdomain [127.0.0.1]) by bupster.cjb.net (8.12.8/8.12.8) with ESMTP id h4NIVSPZ016039 for ; Fri, 23 May 2003 14:31:41 -0400 Received: from localhost (richwels@localhost) by bupster.cjb.net (8.12.8/8.12.8/Submit) with ESMTP id h4NIVE8Y016033 for ; Fri, 23 May 2003 14:31:28 -0400 Date: Fri, 23 May 2003 14:30:31 -0400 (EDT) From: Richard Wells To: speakup@braille.uwo.ca Subject: Giving Ownership Of A File To A User In-Reply-To: <5.1.0.14.2.20030523131504.01f693b0@198.144.194.210> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Hello, I copied a .pinerc file from one user directory to another. Now, the second user cannot change the file. How should I shmod the file so the second user has rights to it? Right now, only root has rights to it. The reason I did this was to make only a couple of modifications to an already configured .pinerc from the original user's directory so the second user will have the same basic configuration as the first user. Thanks for any clarification on this.