کد:
	    * /var/log/message: General message and system related stuff
    * /var/log/auth.log: Authenication logs
    * /var/log/kern.log: Kernel logs
    * /var/log/cron.log: Crond logs (cron job)
    * /var/log/maillog: Mail server logs
    * /var/log/qmail/ : Qmail log directory (more files inside this directory)
    * /var/log/httpd/: Apache access and error logs directory
    * /var/log/lighttpd: Lighttpd access and error logs directory
    * /var/log/boot.log : System boot log
    * /var/log/mysqld.log: MySQL database server log file
    * /var/log/secure: Authentication log
    * /var/log/utmp or /var/log/wtmp : Login records file
    * /var/log/yum.log: Yum log files
 از اول:
- پیام های عمومی وابسته سیستم
- شناسایی
- هسته لینوکس
- مربوطه به cron
- سرور پست الکترونیکی
- دایرکتوری Qmail
- آپاچی
- مربوطه به Lighttpd
- بوت سیستم
- سرور MySQL
- شناسایی
- لاگین به سیستم
- مربوطه به Yum
حالا برای نمایش هر یک از لوگ های فوق می توانید یکی از دستورات زیر را به کار ببرید: (برای مثال برای /var/log/messages)
 
	کد:
	# tail -f /var/log/messages
# less /var/log/messages
# more -f /var/log/messages
# vi /var/log/messages
# nano /var/log/messages
# cat /var/log/messages
 توجه کنید جهت استفاده از دستورات nano یا vi حتما قبلا باید بر روی لینوکس نصب شده باشد.