# Linux手册 **Repository Path**: shouce/book-os-linux ## Basic Information - **Project Name**: Linux手册 - **Description**: GNU/Linux - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-07-04 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 玩转 GNU/Linux 操作系统 FreeBSD 不是 Linux 系统,但是这个手册中也提一下。其实类 Unix 系统操作都差不多。 写给: - 程序员 ## 概念 #### 什么是 Unix 以及它为什么这么重要? http://www.oschina.net/news/53893/htg-explains-what-is-unix ## 工具 #### 数据:鸟哥的 Linux 私房菜 这本书是写的极好的,适合我这种菜鸟看,不会说是写的很复杂看不懂,非常便于理解,或许是得益于他的非计算机专业出身和碎碎念的叙事风格,呵呵。 #### 命令 1. `man` 2. `cheat`(`pip install cheat`) 有人推荐 apropos,但我觉得 cheat 更合适用来记住命令。 3. `history` 4. `type xxx` 查找命令的真实位置 ## 参考 - readthedocs.org,[Linux工具快速教程](http://linuxtools-rst.readthedocs.org/zh_CN/latest/base/index.html) - 知乎,[运维工程师必须掌握的基础技能有哪些? - Tanky Woo 的回答](http://www.zhihu.com/question/23665108/answer/25299881)