⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysklogd.html

📁 Linux From Scratch的中文指导,学习LINUX很有用
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=gb2312" />
    <title>
      7.7.&nbsp;Configuring the sysklogd script
    </title>
    <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.68.1" />
    <link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css" media="print" />
  </head>
  <body id="lfs" class="6.1">
    <div class="navheader">
      <div class="headertitles">
        <h4>
          Linux From Scratch - Version 6.1
        </h4>
        <h3>
          Chapter&nbsp;7.&nbsp;配置系统启动脚本(Bootscripts)
        </h3>
      </div>
      <ul class="headerlinks">
        <li class="prev">
          <a accesskey="p" href="console.html" title="Configuring the Linux Console">后退</a>
          <p>
            Configuring the Linux Console
          </p>
        </li>
        <li class="next">
          <a accesskey="n" href="inputrc.html" title="Creating the /etc/inputrc File">前进</a>
          <p>
            Creating the /etc/inputrc File
          </p>
        </li>
        <li class="up">
          <a accesskey="u" href="chapter07.html" title="Chapter&nbsp;7.&nbsp;配置系统启动脚本(Bootscripts)">上一级</a>.
        </li>
        <li class="home">
          <a accesskey="h" href="../index.html" title="Linux From Scratch - Version 6.1">回首页</a>
        </li>
      </ul>
    </div>
    <div class="sect1" lang="zh_cn" xml:lang="zh_cn">
      <div class="titlepage">
        <h1 class="sect1">
          7.7. 配置 sysklogd 脚本</h1>
      </div>
      <p><tt class="filename">sysklogd</tt> 脚本用 <em class="parameter"><tt>-m 0</tt></em> 选项调用
        <span><strong class="command">syslogd</strong></span> 程序,该选项关闭了周期时间戳标记,这个标记默认让 <span><strong class="command">syslogd</strong></span> 每 20 分钟写入一次 log 文件。要打开周期时间戳标记,请编辑 <tt class="filename">sysklogd</tt> 脚本做相应修改。请运行 <strong class="userinput"><tt>man syslogd</tt></strong> 以获得更多信息。</p>
    </div>
    <div class="navfooter">
      <ul>
        <li class="prev">
          <a accesskey="p" href="console.html" title="Configuring the Linux Console">后退</a>
          <p>
            Configuring the Linux Console
          </p>
        </li>
        <li class="next">
          <a accesskey="n" href="inputrc.html" title="Creating the /etc/inputrc File">前进</a>
          <p>
            Creating the /etc/inputrc File
          </p>
        </li>
        <li class="up">
          <a accesskey="u" href="chapter07.html" title="Chapter&nbsp;7.&nbsp;配置系统启动脚本(Bootscripts)">上一级</a>.
        </li>
        <li class="home">
          <a accesskey="h" href="../index.html" title="Linux From Scratch - Version 6.1">回首页</a>.
        </li>
      </ul>
    </div>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -