# linux-study **Repository Path**: wlyfree/linux-study ## Basic Information - **Project Name**: linux-study - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README >本文是个人学习linux的一些笔记,参考自`《Linux shell脚本攻略》第3版`。 [1.概念基础](src/1.概念基础.md) 日期时间、符号链接、命令管道、系统信息、系统登录信息、定时任务、角色权限、归档压缩、脚本基础等。 [2.文本、文件处理](src/2.文本、文件处理.md) 输入输出、文件处理、文本处理、字符串处理、参数处理等。 `echo`、`printf`、`dd`、`touch`、`md5sum`、`sha1sum`、 `file`、`ls`、`cd`、`pushd`、`tree`、`scp`、`mktemp`、 `split`、`csplit`、`rename`、`cut`、`sed`、`awk`、 `cat`、`more`、`less`、`head`、`tail`、`tac`、`rev`、 `paste`、`comm`、`diff`、`wc`、`find`、`grep`、 `tr`、`sort`、`uniq`、`xargs` [3.系统资源管理](src/3.系统资源管理.md) CPU、硬盘、内存、网络、进程等。 `uptime`、`top`、`du`、`df`、`iostat`、`dstat`、`pidstat`、`nice`、`renice`、 `wget`、`curl`、`ifconfig`、`dns域名`、`route`、`ping`、`traceroute`、 `netstat`、`iptables`、`ip`、`ps`、`lsof`、`伪文件系统/proc`、 `kill`、`killall`、`watch`、`script`、`scriptreplay` [4.常用命令](src/4.常用命令.md) 面向后端开发,日常排查问题、书写脚本等可能用到的命令。