Return to BSD News archive
#! rnews 1147 bsd Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!qns3.qns.com!imci4!newsfeed.internetmci.com!home.ifx.net!usenet From: "Robert L. Hatch" <rlhatch@home.ifx.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: How to change kernel, easy, but I am stupid Date: Sat, 27 Apr 1996 10:01:35 +0000 Organization: Internet Effects Lines: 17 Message-ID: <3181F07F.41C67EA6@home.ifx.net> References: <31820ac8.3482557@news.seed.net.tw> NNTP-Posting-Host: hatchman.ifx.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; FreeBSD 2.1.0-RELEASE i386) Serge wrote: > > I have two kernel, of course, one is kernel and the other is kernel.old. > Now I want to replace kernel with kernel.old. Somebody says `cflag' > can do this, but stupid I am, don't know how to do, even reading man > page. Could any teach me how to do this ? > > Thanx your follow up or e-mail. Your best bet is to use the "cp" command as follows: cp kernel.old kernel This will copy kernel.old to kernel. Enjoy....