From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 19:13:21 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 E6295106564A for ; Mon, 7 Apr 2008 19:13:21 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id BA5718FC14 for ; Mon, 7 Apr 2008 19:13:20 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so1563351wfa.7 for ; Mon, 07 Apr 2008 12:13:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8QAdhknDdpBhB4MtEtAI1Z/ZEJxDM1pKH75iHY6voY0=; b=VG3nKf9gGW4sPZgmcHvz1+w+DlqzkCWjhyM35bGTu4QXcYm3zRhDe0icJ6770/JuBqCveCtiTzwHF56pEILWjlbATor8e2Qm0H8Z7gKB0y1DXir8Eyym9N3ZBOh5Z06a8nIoaVWSHQeGlviTquSPE9EJTZ+HymTXp1kYxVmfnV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SnIDNk3c0UdOe6WZthlq+yava2cRcBS6cqSHCLHs9PDnJ/LMhnD1ET4yHbzy1lQl8eQ+vnJotodv5AAwDrPJ7YJfw3/keqcriUwhh6X13lBbhG/vFIEm4206KHv7dQ397HwhpC73xOkFbzTAENX/gVVxlJtQaHLPGn5ngwTFyzo= Received: by 10.143.162.8 with SMTP id p8mr2772989wfo.49.1207594039187; Mon, 07 Apr 2008 11:47:19 -0700 (PDT) Received: by 10.142.194.10 with HTTP; Mon, 7 Apr 2008 11:47:19 -0700 (PDT) Message-ID: <845c0f80804071147h1aee3f27h6dfc3aba1c691e6c@mail.gmail.com> Date: Mon, 7 Apr 2008 13:47:19 -0500 From: "Rance Hall" To: questions@freebsd.org In-Reply-To: <936205.95914.qm@web30302.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <936205.95914.qm@web30302.mail.mud.yahoo.com> Cc: Subject: Re: Problem In Saving "inted.conf" . 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: Mon, 07 Apr 2008 19:13:22 -0000 On 4/7/08, behnam zahabi wrote: > Hello > I have this problem: > When i make change in ''inted.conf'' (delete ''#'' ) i can't save this file (when i want to save, it say unable to create file). > > I think it happens because this file is read only, how can i disable this? > > How can i solve this problem. > Please answer me , it is so important to me. > > > > Best Regards > Behnam Zahabizadeh > behnam1368@yahoo.com > Are yuu root? Remember on UNIX based boxes (including Linux, *BSD, etc) you have to be root before you can make administrative level changes to the box. You may not understand it yet, but changing inetd is an administrative function and you have to be root to do it. issue a "su -" at a command prompt and it will ask for your admin password, then try to edit the file again. when you are done "exit" out of your root session.