On Thu, 3 May 2001 18:11:43 -0400, 
Kapish K <[EMAIL PROTECTED]> wrote:
>I want to disable logging to console, as that eats up my console
>space...I want it to just log to log/messages.

sysrq-1 or write a program that calls syslog(2) as

  syslog(8, NULL, 1);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to