摘要: tar 加密打包 压缩 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 阅读全文
posted @ 2018-07-25 09:56 blitheG 阅读(972) 评论(0) 推荐(0)