【问题标题】:Linux terminal tail commands [closed]Linux终端尾部命令[关闭]
【发布时间】:2020-10-09 13:12:22
【问题描述】:

我为此搜索了很多,但找不到任何有用的信息,“tail –f /var/log/messages”和“tail – f /var/log/maillog" 在 Linux 中?

【问题讨论】:

    标签: linux terminal command tail


    【解决方案1】:

    简要列表:

    /var/log/messages : 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/boot.log : System boot log
    /var/log/mysqld.log : MySQL database server log file
    /var/log/secure or /var/log/auth.log : Authentication log
    /var/log/utmp or /var/log/wtmp : Login records file
    

    【讨论】:

      猜你喜欢
      • 2013-07-03
      • 2021-01-11
      • 1970-01-01
      • 2013-03-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多