zoukankan      html  css  js  c++  java
  • Linux /var/log

    => /var/log/messages : General log messages

    => /var/log/boot : System boot log

    => /var/log/debug : Debugging log messages

    => /var/log/auth.log : User login and authentication logs

    => /var/log/daemon.log : Running services such as squid, ntpd and others log message to this file

    => /var/log/dmesg : Linux kernel ring buffer log

    => /var/log/dpkg.log : All binary package log includes package installation and other information

    => /var/log/faillog : User failed login log file

    => /var/log/kern.log : Kernel log file

    => /var/log/lpr.log : Printer log file

    => /var/log/mail.* : All mail server message log files

    => /var/log/mysql.* : MySQL server log file

    => /var/log/user.log : All userlevel logs

    => /var/log/Xorg.0.log : X.org log file

    => /var/log/apache2/* : Apache web server log files directory

    => /var/log/lighttpd/* : Lighttpd web server log files directory

    => /var/log/fsck/* : fsck command log

    => /var/log/apport.log : Application crash report / log file

  • 相关阅读:
    210
    209
    208
    207
    定时任务crontab
    Python的zip与*zip函数的应用
    Python的reduce函数与map函数
    解析:cpu与io密集在何场景适合使用多进程,多线程,协程
    Python上下文(转载)
    C10K与C10M的问题
  • 原文地址:https://www.cnblogs.com/kelin1314/p/1731476.html
Copyright © 2011-2022 走看看