更新一些笔记

This commit is contained in:
2026-06-30 22:02:28 +08:00
parent a7132b4779
commit 26c9b207af
32 changed files with 245 additions and 88 deletions
+12
View File
@@ -0,0 +1,12 @@
# ln -s \[参数1] \[参数2]
作用:将文件、文件夹链接到其他位置,类似快捷方式
参数:
- s:创建软连接
- 参数1:被联军的文件或文件夹
- 参数2:要连接去的目的地
示例:
- ln -s /etc/yum.conf ~/yum.conf
- ln -s /etc/yum ~/yum