[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to restart network without rebooting
you should read through 'rc' files...
----- Original Message -----
From: "Andrew Falanga" <afalanga@linora.com>
To: <misc@openbsd.org>
Sent: Tuesday, February 26, 2002 5:43 PM
Subject: how to restart network without rebooting
> Hello everyone,
>
> I'd like to know, how can I tell the system to re-read the network
> config's without doing a shutdown -r now. I've been reading through man
> init, man halt and so forth, but nothings really jumped off the screen.
> I tried a kill -s HUP 1, for restarting init, but that didn't do it.
> So, what must I do?
>
> Andy