Saturday, March 17, 2012

How to Archive a Folder


# tar –cvf file_name folder_name [to zip a folder into a file]

# tar –tvf file_name [to show archiving file]

# tar –xvf file_name [to unzip the archiving file]

# gpg -c file_name [to set password into a file]

# gpg file_name.gpg [to open the password]

No comments:

Post a Comment