zip命令行加解密文件夹及文件

星期五, 2022-07-22 | Author: Lee | computer, linux | 644 views

不加密:

zip -r t.zip t

加密:

zip -r -P'密码' t.zip t

解密(不论是否加密都一样)

unzip t.zip

如果是加密文件,之后会输入密码,当然也可以一步到位:

unzip -P'密码' t.zip

文章作者: Lee

本文地址: https://www.pomelolee.com/2311.html

除非注明,Pomelo Lee文章均为原创,转载请以链接形式标明本文地址

No comments yet.

Leave a comment

Search

相关文章

文章分类

Links

Meta