为什么使用命令行? 这本书讲什么? 这本书的内容: 怎样阅读这本书? 前提条件: 拓展阅读: I want to tell you a story. 我想给大家讲个故事。 No, not the story of how, in 1991, Linus Torvalds wrote the first version of the Linu...
归档和备份 压缩文件 gzip bzip2 归档文件 tar zip 同步文件和目录 在网络间使用 rsync 命令 拓展阅读 归档和备份 One of the primary tasks of a computer system’s administrator is keeping the system’s data secure...
通配符 mkdir - 创建目录 cp - 复制文件和目录 mv - 移动和重命名文件 rm - 删除文件和目录 ln — 创建链接 硬链接 符号链接 创建游戏场(实战演习) 创建目录 移动和重命名文件 创建硬链接 创建符号链接 移动文件和目录 总结 At this point, we are ready for some r...
网络系统 检查和监测网络 ping traceroute netstat 网络中传输文件 ftp lftp - 更好的 ftp wget 与远程主机安全通信 ssh scp 和 sftp 拓展阅读 网络系统 When it comes to networking, there is probably nothing that ...
GCC 是 GNU 编译器集合(GNU Compiler Collection)的首字母缩写词。GNU 编译器集合包含 C,C++,Objective-C,Fortran,Java 和 Ada 的前端以及这些语言对应的库(libstdc++,libgcj,……)。 前面我们只涉及到 C 语言,那么如何用 gcc 编译其他语言呢?本节将简单介绍 C++ 和 ...