[Linux] How to Create Password-Protected ZIP Compressed Files

Tadashi Shigeoka ·  Mon, October 1, 2012

When I was researching how to create password-protected zip files on macOS, I found it can be done normally with Linux commands.

Linux

Command to Create Password-Protected ZIP File

$ zip -er test.zip test
Enter password:
Verify password:

That’s all from the Gemba where I wanted to create password-protected zip files on macOS too.

Reference Information

That’s all from the Gemba.