「CentOS7.8」zipコマンドでパスワード付きでファイルを圧縮する
1.zipファイル圧縮
書式
zip -e –password=xxx xxx.zip file1
例
zip -e –password=arkgame test.zip 123.txt
2.zipファイル展開
書式
unzip -P password xxx.zip
例
# unzip -P arkgame test.zip
Archive: test.zip
extracting: test.txt