mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-09 15:34:05 +08:00
13 lines
753 B
HTML
13 lines
753 B
HTML
<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/ -->
|