Wednesday, August 10, 2011

Add password protection for your files or folders in Linux


Type the fol following command to password protect file testfile:
zip -e -r testfile testfile
Then type your password and a new file testfile.zip is produced.

To unzip your files or folders:
upzip testfile.zip
enter the password you set.

No comments:

Post a Comment