「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

Linux

Posted by arkgame