PythonBasic/linux/main.md at master · daacheng/PythonBasic

  1. Linux常用操作命令(更新……)
  2. tmux常用操作命令

Linux基础

  1. Linux文件属性与权限
  2. Linux文件与目录管理
  3. Linux文件系统(索引式文件系统)
  4. Linux文件压缩与打包
  5. vim编辑器基本操作
  6. 数据流重定向与管线命令
  7. 正则表达式
  8. sed命令与awk命令

Nginx

  1. centos7安装nginx
  2. nginx基本配置与参数说明

Shell

  1. Shell变量
  2. Shell位置参数与特殊变量
  3. Shell字符串
  4. Shell数组
  5. Shell数学计算
  6. Shell if else语句
  7. Shell test命令和[[]]
  8. Shell case in语句
  9. Shell while语句
  10. Shell for循环
  11. Shell函数
  12. 常用shell脚本

常用命令

  1. 常用系统工作命令(echo, date, reboot, poweroff, wget, ps, top, pidof, kill, killall, whereis, locate, tar, sync)
  2. 系统状态监测命令(ifconfig, uname, uptime, free, who, last, history)
  3. 目录切换与文本编辑(pwd, cd, ls, cat, more, head, tail, tr, wc, stat, cut, diff)
  4. 文件目录管理命令(touch, mkdir, cp, mv, rm, dd, file)