File tree 1 file changed +14
-8
lines changed
1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -959,11 +959,12 @@ build environment:
959
959
960
960
### 进程和性能
961
961
962
- 1. pmap
963
- 2. sar
964
- 3. free
965
- 4. iostat
966
- 5. gprof
962
+ 1. top
963
+ 2. pmap
964
+ 3. sar
965
+ 4. free
966
+ 5. iostat
967
+ 6. gprof
967
968
968
969
### 配置服务
969
970
@@ -991,8 +992,8 @@ build environment:
991
992
4. 查看服务。
992
993
993
994
```Shell
994
-
995
- [root@iZwz97tbgo9lkabnat2lo8Z ~]# systemctl status firewalld
995
+
996
+ [root@iZwz97tbgo9lkabnat2lo8Z ~]# systemctl status firewalld
996
997
```
997
998
998
999
5. 设置是否开机自启。
@@ -1010,6 +1011,12 @@ build environment:
1010
1011
### 计划任务
1011
1012
1012
1013
1. **crontab**命令。
1014
+
1015
+ ```Shell
1016
+
1017
+
1018
+ ```
1019
+
1013
1020
2. crontab相关文件。
1014
1021
1015
1022
### 网络访问和管理
@@ -1104,7 +1111,6 @@ build environment:
1104
1111
1105
1112
- ` bye ` /` exit ` /` quit ` :退出sftp。
1106
1113
1107
-
1108
1114
1109
1115
### Shell和Shell编程
1110
1116
You can’t perform that action at this time.
0 commit comments