为什么使用命令行? 这本书讲什么? 这本书的内容: 怎样阅读这本书? 前提条件: 拓展阅读: I want to tell you a story. 我想给大家讲个故事。 No, not the story of how, in 1991, Linus Torvalds wrote the first version of the Linu...
什么存储在环境变量中? 检查环境变量 一些有趣的环境变量 如何建立 shell 环境? 一个启动文件的内容 修改 shell 环境 我们应该修改哪个文件? 文本编辑器 使用文本编辑器 激活我们的修改 总结 拓展阅读 As we discussed earlier, the shell maintains a body of info...
流程控制:if 分支结构 In the last chapter, we were presented with a problem. How can we make our report generator script adapt to the privileges of the user running the script? The soluti...
ls 的乐趣 选项和参数 深入研究长格式输出 确定文件类型 用 less 浏览文件内容 less 就是 more(禅语:色即是空) 旅行指南 符号链接 硬链接 拓展阅读 Now that we know how to move around the file system, it’s time for a guided tour of ...
查找文件 locate - 查找文件的简单方法 find - 查找文件的复杂方式 Tests 操作符 预定义的操作 用户定义的行为 提高效率 xargs 返回操练场 选项 拓展阅读 查找文件 As we have wandered around our Linux system, one thing has become abu...
通配符 mkdir - 创建目录 cp - 复制文件和目录 mv - 移动和重命名文件 rm - 删除文件和目录 ln — 创建链接 硬链接 符号链接 创建游戏场(实战演习) 创建目录 移动和重命名文件 创建硬链接 创建符号链接 移动文件和目录 总结 At this point, we are ready for some r...
打包系统 软件包管理系统是怎样工作的 包文件 资源库 依赖性 常见软件包管理任务 查找资源库中的软件包 卸载软件 经过资源库来更新软件包 经过软件包文件来升级软件 列出所安装的软件包 确定是否安装了一个软件包 显示所安装软件包的信息 总结归纳 拓展阅读 If we spend any time in the Linux com...