# Linux ## 内容 - [查看 Linux 命令帮助信息](01.查看Linux命令帮助信息.md) - 关键词:`help`, `whatis`, `info`, `which`, `whereis`, `man` - [Linux 文件目录管理](02.Linux文件目录管理.md) - 关键词:`cd`, `ls`, `pwd`, `mkdir`, `rmdir`, `tree`, `touch`, `ln`, `rename`, `stat`, `file`, `chmod`, `chown`, `locate`, `find`, `cp`, `mv`, `rm` - [Linux 文件内容查看命令](03.Linux文件内容查看编辑.md) - 关键词:`cat`, `head`, `tail`, `more`, `less`, `sed`, `vi`, `grep` - [Linux 文件压缩和解压](04.Linux文件压缩和解压.md) - 关键词:`tar`, `gzip`, `zip`, `unzip` - [Linux 用户管理](05.Linux用户管理.md) - 关键词:`groupadd`, `groupdel`, `groupmod`, `useradd`, `userdel`, `usermod`, `passwd`, `su`, `sudo` - [Linux 系统管理](06.Linux系统管理.md) - 关键词:`reboot`, `exit`, `shutdown`, `date`, `mount`, `umount`, `ps`, `kill`, `systemctl`, `service`, `crontab` - [Linux 网络管理](07.Linux网络管理.md) - 关键词:关键词:`curl`, `wget`, `telnet`, `ip`, `hostname`, `ifconfig`, `route`, `ssh`, `ssh-keygen`, `firewalld`, `iptables`, `host`, `nslookup`, `nc`/`netcat`, `ping`, `traceroute`, `netstat` - [Linux 硬件管理](08.Linux硬件管理.md) - 关键词:`df`, `du`, `top`, `free`, `iotop` - [Linux 软件管理](09.Linux软件管理.md) - 关键词:`rpm`, `yum`, `apt-get` - [samba 使用详解](samba使用详解.md) - [命令行的艺术(转载)](命令行的艺术.md) ## 资料 ### Linux 资源汇总 - [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux) - Linux 资源汇总 - [awesome-linux-software](https://github.com/LewisVo/Awesome-Linux-Software) - Linux 软件汇总 ### Linux 教程 - [鸟哥的私房菜](http://cn.linux.vbird.org/) - 久负盛名的 Linux 教程 - [菜鸟教程-Linux](http://www.runoob.com/linux/linux-tutorial.html) - 入门级 Linux 教程 - [Linux 工具快速教程](https://github.com/me115/linuxtools_rst) ### Linux 帮助手册 - [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md) - Linux 命令 cheat sheet - [Linux 命令大全](http://man.linuxde.net/) - Linux 命令在线帮助手册 - [linux-command](https://github.com/jaywcjlove/linux-command) - Linux 命令在线帮助手册 - [linux-tutorial](https://github.com/judasn/Linux-Tutorial) - Linux 环境下各种软件安装部署