Saturday, March 8, 2008

Encrypted Zip file with Linux

Useful command to encrypt & compress file(s) in linux :

zip -e new_zip_file_name.zip files_to_be_included

This command will ask you to supply new password twice....

No comments: