How to make password-protected zip archive in Linux?


Warning: Undefined array key "socialize_RedditWidget" in /home/phpacd/websites/shkodenko.com/wp-content/plugins/socialize/frontend/socialize-services.php on line 166

Sometimes, when you working with Linux, you may need to zip some files with a password-protected zip archive.
You could do it with the command below:

zip -e /path/to/archive.zip file_names_to_archive*.txt

Enter password: 
Verify password: 
  adding: ...