[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to redirect kernel/console messages
- From: Count Of Dracula <shahkomal80 gmail com>
- To: "General Red Hat Linux discussion list" <redhat-list redhat com>
- Subject: Re: How to redirect kernel/console messages
- Date: Thu, 8 Dec 2005 13:28:22 +0530
> Dear All,
>
> I have a querry here. I want to redirect the kernel messages to a
> file. These kernel messages are a result of increasing verbosity of
> some modules while compiling kernel.
>
> The methods I have tried to redirect the messages to a file are:
> command > file.log
> command > file.log 2>&1
> command | tee file.log
>
> But somehow all of them failed. The messages are not logging in
> /var/log/messages and cat be re-read by dmesg.
>
> Can you suggest me something else toredirect the messages to kernel?
>
> Thanks and regards,
> --
> Nupur
man printk , man syslogd
Regards,
Dracula
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]