查找文件 locate - 查找文件的简单方法 find - 查找文件的复杂方式 Tests 操作符 预定义的操作 用户定义的行为 提高效率 xargs 返回操练场 选项 拓展阅读 查找文件 As we have wandered around our Linux system, one thing has become abu...
网络系统 检查和监测网络 ping traceroute netstat 网络中传输文件 ftp lftp - 更好的 ftp wget 与远程主机安全通信 ssh scp 和 sftp 拓展阅读 网络系统 When it comes to networking, there is probably nothing that ...
启动一个项目 第一阶段:最小的文档 第二阶段:添加一点儿数据 变量和常量 给变量和常量赋值 Here Documents 总结归纳 拓展阅读 启动一个项目 Starting with this chapter, we will begin to build a program. The purpose of this project i...
归档和备份 压缩文件 gzip bzip2 归档文件 tar zip 同步文件和目录 在网络间使用 rsync 命令 拓展阅读 归档和备份 One of the primary tasks of a computer system’s administrator is keeping the system’s data secure...