On Sun, Apr 21, 2002 at 05:58:12AM -0700, Kapil Khosla wrote:
> Hi,
> I normally have to recompile my kernel a number of times.
> 
> Obviously , the .config file in /usr/src/linux gets overwritten and I lose my 
> old .config file. I know I can save it by a unique name but 
> is there a command/utility which I could use to know the configuration of the 
> current running kernel ?

IIUC -

$ less /usr/src/linux/.config

or

cd /usr/src/linux
# make menuconfig

Select *not* to save your configuration on exit if all you want to do is
view the current config.
hth,
kent

-- 
To know the truth is to distort the Universe.
                      Alfred N. Whitehead (adaptation)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to