Skip to content

Commit

Permalink
shell基础学习,shell结合cgi,shell结合php相关功能
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjianger committed Nov 29, 2017
1 parent 89970d2 commit 7289fd9
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
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命令
- 需要管理员权限的添加用户,删除用户,修改密码
- 监控服务器

0 comments on commit 7289fd9

Please sign in to comment.