forked from study-area-cn/learn-linux-basic
添加目录
This commit is contained in:
parent
23debe9e3e
commit
7513999476
|
@ -3,7 +3,7 @@ authors = ["Study Area CN Team"]
|
||||||
language = "zh-cn"
|
language = "zh-cn"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "学习电脑 - Study Area CN"
|
title = "学习Linux - Study Area CN"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
additional-css = [
|
additional-css = [
|
||||||
|
|
|
@ -0,0 +1,48 @@
|
||||||
|
# Summary
|
||||||
|
|
||||||
|
# 学习 Linux 基础
|
||||||
|
|
||||||
|
- [初识 Linux](./the_linux_learning_path.md)
|
||||||
|
- [漫谈 Linux 学习之路](./the_linux_learning_path.md)
|
||||||
|
- [Linux 的发展历程](./the_history_of_linux.md)
|
||||||
|
- [Linux 发行版](./linux_distro.md)
|
||||||
|
- [Rocky Linux 安装](./install_rocky_linux/install_rocky_linux_intro.md)
|
||||||
|
- [在 VMWare Workstation 上安装](./install_rocky_linux/install_in_vmware.md)
|
||||||
|
- [在 VirtualBox 上安装](./install_rocky_linux/install_in_vbox.md)
|
||||||
|
- [在你的电脑(实体机)上安装](./install_rocky_linux/install_in_your_pc.md)
|
||||||
|
- [安装 Rocky Linux](./install_rocky_linux/install_rocky_linux.md)
|
||||||
|
- [Linux 常识](./linux_common_sense.md)
|
||||||
|
- [文件与路径](./file_and_path/file_and_path.md)
|
||||||
|
- [文件权限管理](./file_and_path/manage_file_premissons.md)
|
||||||
|
- [磁盘分区以及文件系统](./file_and_path/diskpart_and_filesystem.md)
|
||||||
|
- [在 VMWare Workstation 上创建虚拟磁盘](./file_and_path/diskpart_and_filesystem/create_disk_on_vmware.md)
|
||||||
|
- [在 VirtualBox 上创建虚拟磁盘](./file_and_path/diskpart_and_filesystem/create_disk_on_vbox.md)
|
||||||
|
- [tar打包软件](./file_and_path/tar_command.md)
|
||||||
|
- [gzip与xz](./file_and_path/gzip_and_xz.md)
|
||||||
|
- [备份](./file_and_path/backup.md)
|
||||||
|
- [Shell与Shell Script](./shell_and_shell_script/shell_and_shell_script.md)
|
||||||
|
- [学习Shell](./shell_and_shell_script/learn_shell.md)
|
||||||
|
- [Job]()
|
||||||
|
- [Vim编辑器](./shell_and_shell_script/vim_editor.md)
|
||||||
|
- [Shell Script基本语法]()
|
||||||
|
- [条件判断语句]()
|
||||||
|
- [循环]()
|
||||||
|
- [函数]()
|
||||||
|
- [at与corntab]()
|
||||||
|
- [at]()
|
||||||
|
- [corntab]()
|
||||||
|
- [实战:文件自动备份]()
|
||||||
|
- [程序、线程和进程]()
|
||||||
|
- [什么是程序]()
|
||||||
|
- [线程和进程]()
|
||||||
|
- [进程与线程的管理]()
|
||||||
|
- [特殊的进程和文件]()
|
||||||
|
- [SELinux]()
|
||||||
|
- [SELinux初识]()
|
||||||
|
- [SELinux的工作原理]()
|
||||||
|
- [DAC和MAC]()
|
||||||
|
- [SELinux错误的处理]()
|
||||||
|
- [系统服务的管理]()
|
||||||
|
- [Systemd与init]()
|
||||||
|
- [service和target]()
|
||||||
|
- [systemctl的使用]()
|
Loading…
Reference in New Issue