2019-04-08 23:22:26 +08:00

14 lines
619 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="xinit">xinit</h1>
<p>是Linux下X-Window系统的初始化程序</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>xinit命令</strong> 是Linux下X-Window系统的初始化程序主要完成X服务器的初始化设置。</p>
<h3 id="语法">语法</h3>
<pre><code>xinit(参数)</code></pre>
<h3 id="参数">参数</h3>
<ul>
<li>客户端选项:客户端指令及选项;</li>
<li>–:用于区分客户端选项和服务器端选项;</li>
<li>服务器端选项:服务器端选项指令及选项。</li>
</ul>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->