今天学习一下linux中命令: rmdir命令rmdir是常用的命令,该命令的功能删除空目录,一个目录被删除之前必须是空的。(注意,rm - r dir命令可代替rmdir,但是有很大危险性。)删除某目录时也必须具有对父目录的写权限。

1.命令格式:

rmdir [选项]... 目录...

2.命令功能:

该命令从一个目录中删除一个或多个子目录项删除某目录时也必须具有对父目录的写权限。 

3.命令参数:

- p 递归删除目录dirname,当子目录删除后其父目录为空时,也一同被删除。如果整个路径被删除或者由于某种原因保留部分路径,则系统在标准输出上显示相应的信息。 

-v, --verbose  显示指令执行过程 

 

4.命令实例:

实例一:rmdir 不能删除非空目录

命令:

     rmdir doc

输出:

[root@localhost scf]# tree

.

|-- bin

|-- doc

|   |-- info

|   --&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">product</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">lib</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">logs</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|&nbsp;&nbsp;&nbsp;|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">info</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|&nbsp;&nbsp;&nbsp;-- product

</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">service</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">-- deploy

        |-- info

        </span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">product</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)">&nbsp;</p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">12&nbsp;directories,&nbsp;0&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">files</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">rmdir&nbsp;doc</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">rmdir:&nbsp;doc:&nbsp;目录非空</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">rmdir&nbsp;doc/info</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">rmdir&nbsp;doc/product</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">tree</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">.</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">bin</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">doc</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">lib</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">logs</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|&nbsp;&nbsp;&nbsp;|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">info</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|&nbsp;&nbsp;&nbsp;-- product

</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">service</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">-- deploy

        |-- info

        </span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">product</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)">&nbsp;</p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">10&nbsp;directories,&nbsp;0&nbsp;files</span></p> <p style="margin-bottom: 0; margin-top: 0">&nbsp;</p> <p style="margin-left: 20pt; margin-bottom: 0; margin-top: 0"><span style="color: rgba(42, 42, 42, 1); font-weight: bold; font-size: 10.5pt; font-family: 宋体">说明:</span></p> <p style="margin-left: 20pt; margin-bottom: 0; margin-top: 0"><span style="mso-spacerun: 'yes'; font-size: 10.5pt; font-family: &quot;Times New Roman&quot;">rmdir&nbsp;</span><span style="mso-spacerun: 'yes'; font-size: 10.5pt; font-family: &quot;宋体&quot;">目录名</span>&nbsp;<span style="mso-spacerun: 'yes'; font-size: 10.5pt; font-family: &quot;宋体&quot;">命令不能直接删除非空目录</span></p> <p style="margin-left: 20pt; margin-bottom: 0; margin-top: 0">&nbsp;</p> <p style="margin-left: 20pt; margin-bottom: 0; margin-top: 0"><span style="color: rgba(42, 42, 42, 1); font-weight: bold; font-size: 10.5pt; font-family: 宋体; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgba(245, 250, 255, 1)">实例2:</span><span style="mso-spacerun: 'yes'; font-size: 10.5pt; font-family: &quot;宋体&quot;">rmdir&nbsp;-p&nbsp;</span><span style="font-size: 10.5pt; font-family: 宋体; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgba(255, 255, 255, 1)">当子目录被删除后使它也成为空目录的话,则顺便一并删除</span>&nbsp;</p> <p style="margin-left: 20pt; margin-bottom: 0; margin-top: 0"><span style="color: rgba(42, 42, 42, 1); font-weight: bold; font-size: 10.5pt; font-family: 宋体; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgba(245, 250, 255, 1)">命令:</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0"><span style="mso-spacerun: 'yes'; font-size: 10.5pt; font-family: &quot;Times New Roman&quot;">rmdir&nbsp;-p&nbsp;logs</span></p> <p style="margin-left: 20pt; margin-bottom: 0; margin-top: 0"><span style="color: rgba(42, 42, 42, 1); font-weight: bold; font-size: 10.5pt; font-family: 宋体; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgba(245, 250, 255, 1)">输出:</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">tree</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">.</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">bin</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">doc</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">lib</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">logs</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|&nbsp;&nbsp;&nbsp;-- product

</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">service</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">-- deploy

        |-- info

        </span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">product</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)">&nbsp;</p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">10&nbsp;directories,&nbsp;0&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">files</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">rmdir&nbsp;-p&nbsp;logs</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">rmdir:&nbsp;logs:&nbsp;目录非空</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">tree</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">.</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">bin</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">doc</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">lib</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">logs</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|&nbsp;&nbsp;&nbsp;-- product

</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">service</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">-- deploy

        |-- info

        </span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">product</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)">&nbsp;</p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">9&nbsp;directories,&nbsp;0&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">files</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">rmdir&nbsp;-p&nbsp;logs/product</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">[root@localhost&nbsp;scf]</span><span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">#</span>&nbsp;<span style="color: rgba(0, 128, 0, 1); font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">tree</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">.</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">bin</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">doc</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">lib</span></p> <p style="margin-left: 21pt; text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">-- service

</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">deploy</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">|--&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">info</span></p> <p style="text-indent: 21pt; margin-bottom: 0; margin-top: 0; text-autospace: ideograph-other; background: rgba(245, 245, 245, 1)"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="font-size: 9pt; font-family: &quot;Courier New&quot;; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial">-- product

 

7 directories, 0 files

 

版权声明: 本文为智客工坊「常柱」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。

results matching ""

    No results matching ""