From owner-freebsd-questions@FreeBSD.ORG Thu May 28 10:35:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82BA0106564A for ; Thu, 28 May 2009 10:35:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9E83C8FC1B for ; Thu, 28 May 2009 10:35:20 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4SAYwGi059130; Thu, 28 May 2009 12:34:58 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4SAYw8a059127; Thu, 28 May 2009 12:34:58 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 28 May 2009 12:34:58 +0200 (CEST) From: Wojciech Puchar To: Olivier Nicole In-Reply-To: <200905281030.n4SAUXdA046386@banyan.cs.ait.ac.th> Message-ID: References: <200905281030.n4SAUXdA046386@banyan.cs.ait.ac.th> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Remotely edit user disk quota X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2009 10:35:21 -0000 > - create the MySQL database for that user > > The only thing I cannot do is to set the disk quota: the home > directory is NFS mounted from another machine acting as file server, > the quota must be edited on the file server. > > How could I nicely and securely connect from the script on the web > server to the file server, in order to edit the quota? It should be use rsh and .rhosts :)