• tar格式压缩和解压 (1)打包归档格式: tar -cvf examples.tar files|dir 说明: -c, --create create a new archive 创建一个归档文件 -v, --verbose verbosely lis...