[Home] [Credit Search] [Category Browser] [Staff Roll Call] | The LINUX.COM Article Archive |
Originally Published: Tuesday, 16 January 2001 | Author: Jorgen Tysnes [jorgen@linux.com] |
Published to: tuneup_tips/Tips | Page: 1/1 - [Std View] |
Logging to a TTY
Do you like having control over things that are happening in your system?
To have easy access to system logging you can try this: Open your /etc/syslog.conf and insert this into the end of your file: .* /dev/tty10You will now get all system messages in tty10, access the tty by... |