How to create and encrypt zip file

Creating Zip File

$zip file.zip file.txt 

Encrypting Zip File

$zip -r -P your_password encrypted.zip files_to_encrypt


Comments

Popular posts from this blog

Linux Commands part - 2