Create Password Protected ZIP in Linux command

Use the zip command with -p flag to create a password protected zip archive:
$ zip -e  goyun.info.contract.pdf

Comments