

If any files are named on the command line, only those files will be extracted from the archive.įor example, to extract our previously created file you should use the command: tar -xvzf sandbox_ -x: Stand for extract file (input tar.gz file).Step 3: Then click on the other option and set your password and click on Create option.

Step 2: Then click on the compress option. Here are the following steps: Step 1: Go to the file location and right-click on the file.
HOW TO ZIP FOLDER IN LINUX ZIP FILE
We can use our GUI window to create a zip file and unzip too. If you want now to extract as well with the command line the generated file, you should use now the following command syntax: tar -xvzf Create a Password-Protected ZIP File in Linux Using GUI. This should start the compression of the directory into a new tar file, as we have our -v argument to display the progress in the console, you would see a list of every filename that is being added to the file.
HOW TO ZIP FOLDER IN LINUX SOFTWARE
Many modern Unix systems, such as Linux, use GNU tar, a version of tar produced by the Free Software Foundation.
