Zip Files with Password in Linux
作者:XD / 发表: 2023年1月16日 21:40 / 更新: 2023年1月16日 21:40 / 编程笔记 / 阅读量:707
Zip Files with Password in Linux
# zip the file
zip -rP your_password your_file_name.zip your_file_path
# unzip the file
unzip -P your_password your_file_name.zip