uTools-Manuals/docs/linux/groupdel.html

13 lines
741 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="groupdel">groupdel</h1>
<p>用于删除指定的工作组</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>groupdel命令</strong> 用于删除指定的工作组,本命令要修改的系统文件包括/ect/group和/ect/gshadow。若该群组中仍包括某些用户则必须先删除这些用户后方能删除群组。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">groupdel(参数)</code></pre>
<h3 id="参数">参数</h3>
<p>组:要删除的工作组名。</p>
<h3 id="实例">实例</h3>
<pre><code class="language-bash">groupadd damon //创建damon工作组
groupdel damon //删除这个工作组</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->