From owner-freebsd-questions@FreeBSD.ORG Fri Feb 1 13:13:42 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A64B16A469 for ; Fri, 1 Feb 2008 13:13:42 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 7093113C4D9 for ; Fri, 1 Feb 2008 13:13:41 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from joshua.ath.cx (athedsl-306318.home.otenet.gr [85.73.244.44]) (authenticated bits=0) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m11DDdA8017870; Fri, 1 Feb 2008 15:13:39 +0200 Message-ID: <47A31B03.4090705@otenet.gr> Date: Fri, 01 Feb 2008 15:13:39 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20080108) MIME-Version: 1.0 To: Giotis Eugen References: <795c613b0802010442p29ac249dgf7cdbae87e59087f@mail.gmail.com> In-Reply-To: <795c613b0802010442p29ac249dgf7cdbae87e59087f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: how to enable the quota on 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: Fri, 01 Feb 2008 13:13:42 -0000 Giotis Eugen wrote: > hello, > im trying to enable quota on > and i recieve the following error: > > "fstab: /etc/fstab:2: Inappropriate file type or format" > > and i typed: "/etc/rc.conf" and i recieve the error: "/etc/rc.conf: > Permission denied." > > > Can you help me ? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > It is not clear what you are actually typing here, but you should really open these files with an editor like, vi, ee, or nano. e.g. ee /etc/fstab and ee /etc/rc.conf to change the contents of the files. Then follow this guide from the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html