该命令最小化安装centos7中没有带,需要手动安装,安装命令

yum install zip unzip

zip:压缩命令

      格式:zip 压缩文件名  源文件   (压缩文件)

      例:zip abc.zip abc

      Linux zip unzip(压缩与解压缩)命令

      格式:zip -r 压缩文件名  压缩目录  (压缩目录)

      例:zip -r  test.zip   test

      Linux zip unzip(压缩与解压缩)命令


unzip:解压缩命令

          格式:unzip  abc.zip

          例:Linux zip unzip(压缩与解压缩)命令

相关文章:

  • 2022-02-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案