企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 帮助命令 ### man ![](https://img.kancloud.cn/ac/e2/ace202df0cc2e0c82e9cd2c72e4d7b38_348x197.png) ![](https://img.kancloud.cn/86/d4/86d4c4d9ab7d2e914ddf3b11d834e126_762x449.png) ![](https://img.kancloud.cn/97/5f/975f7786d5a90d448d1d40cb061c8930_669x398.png) ### --help ![](https://img.kancloud.cn/ad/a7/ada756e76b74a097b210b4916579e98f_358x253.png) ### shell 内部命令帮助 > 没有可执行文件位置的就是shell自带的内部命令。 ![](https://img.kancloud.cn/dd/f2/ddf237c682eaf5d3ea50ca77be8e689f_576x417.png) ## 压缩命令 ![](https://img.kancloud.cn/ae/41/ae41ac42e497cffbbc5933faa0fc6410_607x102.png) ### .zip格式压缩 ![](https://img.kancloud.cn/48/b0/48b01b73a01136f68f4439d9c5fbea05_419x197.png) ![](https://img.kancloud.cn/ca/1d/ca1d2e81ecb24d37a8bbf0e8fbda6ec1_324x99.png) ### .gz压缩格式 ![](https://img.kancloud.cn/23/ac/23ac5904edae4ab701e49d5919178332_631x281.png) ![](https://img.kancloud.cn/61/11/6111f9982372c33c5db3109b5a525af3_367x152.png) > 压缩文件夹时,只能将文件夹里面的文件一个一个压缩。 ### .bz2格式压缩 ![](https://img.kancloud.cn/89/6b/896bde07fcfdbf1aa0aab80a3c0390ce_493x247.png) ![](https://img.kancloud.cn/af/ca/afcae4ac43c05cfc5bc6ec409c0edfdc_410x208.png) > 不能压缩文件夹 ### 打包命令tar ![](https://img.kancloud.cn/62/f1/62f1dad142b8d3af14b03bba7bbbe46f_535x291.png) > 打包之后文件夹就变成打包后的文件就可以正常压缩咯。 ![](https://img.kancloud.cn/ec/ee/eceeef42dd49a7e9087a816e1e158138_747x318.png) > -zcvf直接压缩成.tar.gz格式。 ![](https://img.kancloud.cn/f2/d0/f2d0c498359263d1b364fbada8f5bd8f_602x306.png) > -jcvf 直接解压成.tar.bz2格式。 > 测试解压缩前先把源文件删除。 ![](https://img.kancloud.cn/c3/f2/c3f2a20d206a8be16847aac94e730947_262x18.png) > 指定解压缩位置。