• 1-888-289-2246
  • 24x7x365 Presence

Creating a password-protected .zip file in Linux


Please follow the command below to create a .zip file with password:

>> zip -P yourpassword file_name.zip file_name  (but the password will show up in history)

>> zip -e file_name.zip file_name (when one runs this command, then one is asked to enter the desired password and the password does not also show up in history).

]]>


Leave a Reply

Your email address will not be published. Required fields are marked *