-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89970d2
commit 7289fd9
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
### 本项目主要记载学习shell的笔记 | ||
### 本项目主要记载学习shell的笔记 | ||
|
||
1.linux相关知识 | ||
- acl权限管理 | ||
- 用户添加 | ||
- 用户删除 | ||
- 用户修改密码 | ||
- 内存查看 | ||
- 硬盘使用查看 | ||
- 端口查看 | ||
- 服务是否运行查看 | ||
|
||
2.shell基础知识 | ||
- 循环 | ||
- 条件 | ||
- 函数 | ||
- 变量 | ||
- 字符串 | ||
- 数字比较和字符串比较 | ||
- 输出颜色控制 | ||
- 网站,数据库,内存,硬盘监控 | ||
|
||
3.shell 结合cgi使用 | ||
- 执行普通shell命令 | ||
- 需要管理员权限的添加用户,删除用户,修改密码 | ||
- 表单操作(get,post) | ||
- html和shell命令通过表单结合 | ||
|
||
4.shell 结合php | ||
- 执行普通shell命令 | ||
- 需要管理员权限的添加用户,删除用户,修改密码 | ||
- 监控服务器 |