This commit is contained in:
nick
2018-12-24 22:05:54 +08:00
parent e69f8ab0ad
commit 165805ca28
3 changed files with 21 additions and 1 deletions

View File

@ -10,6 +10,13 @@
无论是源码编译安装还是通过包管理器 `yum``apt-get` 安装的软件,默认都是需要设置开机自启动,单纯的启动服务,如果服务器有重启的话,程序无法运行,还要登录服务器排查原因,费事费力。
## `Linux` 与 `Windows` 最大的区别
1. 名称区分大小写
2. 系统路径
3. 文件权限
4. 一切皆文件
## 关于 Linux 命令的几个分类
- 内置命令