From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 16:04:11 2004 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 1BD9916A4CE for ; Fri, 27 Aug 2004 16:04:11 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8BCD43D55 for ; Fri, 27 Aug 2004 16:04:10 +0000 (GMT) (envelope-from shchoi@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so6956cwb for ; Fri, 27 Aug 2004 09:04:08 -0700 (PDT) Received: by 10.11.119.76 with SMTP id r76mr10402cwc; Fri, 27 Aug 2004 09:04:08 -0700 (PDT) Received: by 10.11.117.70 with HTTP; Fri, 27 Aug 2004 09:04:08 -0700 (PDT) Message-ID: <34b425c5040827090448542797@mail.gmail.com> Date: Fri, 27 Aug 2004 17:04:08 +0100 From: Soo-Hyun Choi To: freebsd-questions@freebsd.org In-Reply-To: <200408271817.19544.nvass@teledome.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <34b425c504082705446816dc77@mail.gmail.com> <200408271817.19544.nvass@teledome.gr> Subject: Re: editing the rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Soo-Hyun Choi List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 16:04:11 -0000 A couple of people suggested to read the ifconfig man page. I do understand the ifconfig, and I can change the IP settings using ifconfig without re-booting the system. What I wondered was a way of editing rc.conf directly and how I can it be working without re-boot the system. As Nikos suggested, it would not be a good way if there is only one way to go for it by using 'shutdown now' command; as it kills all the running processes. Cheers, On Fri, 27 Aug 2004 18:17:19 +0300, Nikos Vassiliadis wrote: > Ifconfig was mentioned. You can also reinitialize your system > with shutdown(8). Shutdown will bring the system in single-user state > (will kill all processes) and when you exit that, you'll have all changes > made to rc.conf, active. Use "shutdown now" and then just exit the > single-user shell. > > Cheers, NikV > > > > On Friday 27 August 2004 15:44, Soo-Hyun Choi wrote: > > Hi, > > > > When I need to change the IP settings, I usually go over the rc.conf > > directly (as root) to change the IP settings. The question is that > > once I change the settings I need to re-boot the system in order to > > the change be working. > > > > Is there any way that I can apply the changes without re-booting the > > system? > > > > Cheers, > > Soo-Hyun > > _______________________________________________ > > 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" > >