[email protected]Support 24/7 · Billing 09:00 – 00:00LinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Getting startedSeptember 12, 2023

How to Create a Password Protected ZIP File.

How To Create A Password Protected ZIP File.

Linux provides Zip command to work with a file like compressing the file and decompressing with a password. It’s not come with built-in you need to install from an external source. The Zip command has two different utility(zip and unzip). zip is used for compressing the file and unzip is used for decompressing the file.

 

Installation

Use this command in Ubuntu, Debian, and Linux mint.

sudo apt install zip unzip

For Arch Linux:

sudo pacman -S zip unzip

For Red Hat, Fedora, and CentOS.

sudo dnf install zip unzip

Zip the file with the following commands.

zip -re OUTPUT_FILE.zip FOLDER

While running this command it will ask the password for a zip file.

Example:

zip -re output_data.zip gfg

Check your file(output_data.zip) is created with password protected.

ls

 

Unzip

You can easily unzip the file with these commands.

unzip YOUR_FILE.zip

While running this command it will ask the password for a decompressing zip file.

Example:

unzip output_data.zip

 

Create a Password-Protected ZIP File in Linux Using GUI

We can use our GUI window to create a zip file and unzip too. Here are the following steps:

Step 1: Go to the file location and right-click on the file.

Step 2: Step

3: Then click on the other option and set your password and click on Create option.

  • Then click on the compress option.

  • Your Password-Protected ZIP File is created.

Keep reading
How to use split command in Linux.
October 10, 2023

How to use split command in Linux.

How To Use Split Command In Linux. In this guide, learn how to use the Linux split command with examples. The Linux split command breaks files into smaller parts and is used for analyzing large text files with many lines. While each split file counts 1000 lines by default, the size is changeable.…

Read article
How to Extract (Unarchive) Files with Tar, Untar, and Gzip commands.
October 10, 2023

How to Extract (Unarchive) Files with Tar, Untar, and Gzip commands.

How To Extract (Unarchive) Files With Tar, Untar, And Gzip Commands. In Linux and Unix-like operating systems, the tar command is used to create and manipulate archive files, and gzip is a common compression tool. To extract or unarchive files from a compressed tar.gz archive, follow these steps:…

Read article
How to archive a file with tar gz. and gzip command.
October 9, 2023

How to archive a file with tar gz. and gzip command.

How To Archive A File With Tar Gz. And Gzip Command. Archiving and compressing files is a common task in Linux and Unix-based systems. This article will guide you through the process of creating and extracting tar.gz files using the tar and gzip commands. We will cover the basic syntax, options,…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, cloud hosting, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Support 24/7 · Billing 09:00 – 00:00