更新 src/SUMMARY.md

This commit is contained in:
cxykevin 2024-06-01 18:58:47 +08:00
parent 3b028083f4
commit 22e1f57299
1 changed files with 7 additions and 7 deletions

View File

@ -23,41 +23,41 @@
# 学习Linux基础 # 学习Linux基础
- 初识Linux - [初识Linux]()
- [漫谈Linux学习之路](./learn_linux_basic/the_linux_learning_path.md) - [漫谈Linux学习之路](./learn_linux_basic/the_linux_learning_path.md)
- [Linux的发展历程](./learn_linux_basic/the_history_of_linux.md) - [Linux的发展历程](./learn_linux_basic/the_history_of_linux.md)
- [Linux发行版]() - [Linux发行版]()
- [Rocky Linux初见]() - [Rocky Linux初见]()
- 文件与路径 - [文件与路径]()
- [文件权限管理]() - [文件权限管理]()
- [文件目录管理]() - [文件目录管理]()
- [磁盘分区以及文件系统]() - [磁盘分区以及文件系统]()
- [gzip与xz]() - [gzip与xz]()
- [tar打包软件]() - [tar打包软件]()
- [备份]() - [备份]()
- Shell与Shell Script - [Shell与Shell Script]()
- [Vim编辑器]() - [Vim编辑器]()
- [学习Shell]() - [学习Shell]()
- [Shell Script基本语法]() - [Shell Script基本语法]()
- [条件判断语句]() - [条件判断语句]()
- [循环]() - [循环]()
- [函数]() - [函数]()
- at与corntab - [at与corntab]()
- [at]() - [at]()
- [corntab]() - [corntab]()
- [实战:文件自动备份]() - [实战:文件自动备份]()
- 程序、线程和进程 - [程序、线程和进程]()
- [什么是程序]() - [什么是程序]()
- [线程和进程]() - [线程和进程]()
- [Job]() - [Job]()
- [进程与线程的管理]() - [进程与线程的管理]()
- [特殊的进程和文件]() - [特殊的进程和文件]()
- SELinux - [SELinux]()
- [SELinux初识]() - [SELinux初识]()
- [SELinux的工作原理]() - [SELinux的工作原理]()
- [DAC和MAC]() - [DAC和MAC]()
- [SELinux错误的处理]() - [SELinux错误的处理]()
- 系统服务的管理 - [系统服务的管理]()
- [Systemd与init]() - [Systemd与init]()
- [systemctl的使用]() - [systemctl的使用]()
- [service和target]() - [service和target]()