# Create zip file
zip archive.zip file1 directory/

# Create zip file with password
zip -P password archive.zip file1

# To list, test and extract zip archives, see unzip
cheat unzip
