DispersedNet
SiteMap
Configure Linux Items
Linux Admin
System Admin
Kernel Logging
«Prev
Linux Customization
System Admin
Linux GPL
Distribution Benefits
Component Prerequisites
Key Requirements
Course Resources
Case Study
Compiling Linux Kernel
Modular Monolithic Kernels
Linux Kernel Modules
Loading Kernel Modules
Kernel Loaded Module
Module Configuration
Kernel Modules - Quiz
Linux Kernel Compilation
Kernel Build Procedures
Configure Kernel Options
Build Install Kernel
Post Installation Procedure
lilo Map Installer
Kernel Conclusion
Compiling Linux Kernel - Quiz
Serial Networking Devices
Linux Serial Devices
Administering Serial Ports
Linux Serial Modems
Multiple Network Interface Cards
Loading Multiple Modules
Network Configurator Tool
Data Loss Protection
Tape Drive Hardware
Tape Control Commands
Tar Tape Backup Command
Linux Dump Backup Command
Linux Restore Command
Tape Backup
Redundant Array Disks
Describe Raid Levels
Raid Levels - Quiz
Hardware versus SW Raid
Tools Protect Data Loss
File System Administration
Planning Linux Filesystem
Partition Layout Plan
Partition Size
Enable Swap Space
New Hard Drive
Filesystems Conclusion
Administer Local Filesystems
mke2fs-command
ext2-filesystem
Redhat Automount
Setting up Automounter
Linux Sync Files
Spoofing Packet Sniffing
rsync Remote Server
Monitoring Filesystem Usage
Resolving Filesystem Problems
Filesystem Configuration
System Kernel Logging
System Logs
Kernel Messages
System Event Log
Configuring System Log
Troubleshooting Systems
Configuring System Log
To configure the system log, first open the
/etc/syslog.conf
file in your favorite editor.
In this example, the file is opened in the
vi
editor.
Next, you type the line
mail.debug /var/log/mail-debug
to route all mail debugging messages to the
/var/log/mail-debug
file.
Then you simply save the file.