压缩tar -czvf /path/to/file.tar.gz file 解压tar -xzvf /path/to/file.tar.gz /path/to 加密压缩tar -czvf - file | openssl des3 -salt -k password -out /path/to/file.tar.gz 解密解压openssl des3 -d -k password -salt -in /path/to/file.tar.gz | tar xzf - 最后修改:2018 年 03 月 13 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏