home commit with new plugins

This commit is contained in:
2026-06-21 09:51:55 +08:00
parent ebb9e385c5
commit 3d067fe75c
85 changed files with 10794 additions and 1443 deletions
View File
+8
View File
@@ -0,0 +1,8 @@
command \[-options] \[parameter]
- command:命令本身
- -options:可选非必填,一些选项,控制命令细节
- parameter:可选非必填的命令参数 用于命令指向的目标
示例:
- ls -l /home/* 以列表的形式,显示/home/* 目录下所有的文件
- cp -r test1 test2 赋值文件夹test1为test2
+2
View File
@@ -0,0 +1,2 @@
Windows是树形结构,且分为盘符
但是Linux没有盘符,只存在一个目录`/`