0

How to set password for zip files In Linux

I need to zip the files using zip command. Is it possible to zip with password i.e., only if i give password the file should be unzipped....??

michael
asked Feb 20, 2017
2 Answer
1

There are various methods to password protect the Zip files, and the most easiest way as follows,

# zip --password [passwd] [zip-file] [other-file]

In [passwd] section give the respective password for that zip file.

View More
jagannatharumugam
answered Mar 4, 2017
0

Thanks...

View More
michael
answered Mar 4, 2017
Your Answer
||||
x
 
100:0

Related News in How to set password for zip files In Linux

Related News in How to set password for zip files In Linux