unzip file in LInux

unzip file in LInux

Hi,

I am working on a Linux project and we have to extract large number of zip files. I don't have the desktop access of the machine.

We are using ssh for login and then working with the help of terminal.

Now I have to unzip a zip file into a directory.

How I can do this?

Thanks

View Answers

July 6, 2021 at 9:47 PM

Hi,

First of all create a directory to extract the file. Here is command to create a directory:

mkdir /opt/user/data

If you already have a directory you can use that directory to extract the content of zip file there.

Suppose you have a file data.zip and you want to extract the content of this file. Now run the following zip command to extract the content of your file to the /opt/user/data directory.

unzip -d /opt/user/data data.zip

Above command will extract the content of data.zip to /opt/user/data directory.

You can modify the above command to suit your requiremts.

The unzip command is used for unzipping the content of zip file.

Thanks


July 6, 2021 at 9:48 PM

Hi,

For more explanation you can also check following tutorial:

Thanks


July 6, 2021 at 9:49 PM

Hi,

Want to learn Linux check:

Linux Tutorials section.

Thanks









Related Tutorials/Questions & Answers:
unzip file in LInux
unzip file in LInux  Hi, I am working on a Linux project and we have to extract large number of zip files. I don't have the desktop access... to unzip a zip file into a directory. How I can do this? Thanks
unzip file in LInux
unzip file in LInux  Hi, I am working on a Linux project and we have to extract large number of zip files. I don't have the desktop access... to unzip a zip file into a directory. How I can do this? Thanks
Advertisements
Unzip File Using Java
Unzipping a File       Lets learn how to unzip a file... argument .To unzip a file first create an object of byte stream then take
unzip
unzip  I have uploaded a docfile and converted into zip file and saved in server. I also downloaded a same file with .zip But i need to unzip a file and save in other location and download it. plz help me out
Unzip a ZIP File
Unzip a ZIP File       How to unzip (extract) a zip file? How to retrieve elements from a zip format file? All these type of questions are solved through
How to extract a zip file to a folder in Linux?
to use the unzip tool to zip a file. Related Linux tutorials...How to extract a zip file to a folder in Linux? Step by step command... to explain you the usage of unzip tool in Linux and tell you the command to extract
Deploying website war file on linux
Deploying website war file on linux  I have BOLLYWOOD_MIRROR.war file.I want to host it on linux server on path. After deployment of war file its... guidance of hosting war file on linux Thank you
what is etc profile file in Linux
what is etc profile file in Linux  Hi, I want to know more about the /etc/profile file in Linux. What is the use of /etc/profile file? Thanks   Hi, The profile file: /etc/profile Is very import file in Linux
how to check the size of a tar file in linux
how to check the size of a tar file in linux  Hi, I want to check the size of tar file in Linux. How to check the size of a tar file in linux? What Linux command I should use to check the size of a tar file? Thanks
How do I compress a tar file in Linux
How do I compress a tar file in Linux  Hi, I want to create the tar.gz file file of a directory in Linux. My directory contains many sub directories... for creating tar of directory and all the contents inside it. the created tar file should
How do I compress a tar file in Linux
How do I compress a tar file in Linux  Hi, I want to create the tar.gz file file of a directory in Linux. My directory contains many sub directories... for creating tar of directory and all the contents inside it. the created tar file should
How do I compress a tar file in Linux
How do I compress a tar file in Linux  Hi, I want to create the tar.gz file file of a directory in Linux. My directory contains many sub directories... for creating tar of directory and all the contents inside it. the created tar file should
Create tar.gz file in Linux command line
How to create tar.gz file in Linux? In this tutorial I will show you how to create tar.gz file in Linux? We are going to use the Linux console and then run... directory name or file name for adding into the tar.gz file. Linux tar command
How to delete content of a log file from linux terminal?
How to delete content of a log file from linux terminal?  Hi, My production server is on the linux machine. I am trying to debug and find the slow...-queries.log file. Can anyone tell me how to do this? Thanks   Hi, Its
df in linux not showing correct free space after file removal
df in linux not showing correct free space after file removal  Hi, I have deleted a big file in linux but df is not showing correct free space after... is not showing the file. How to resove this issue? df in linux not showing correct
jsf application war file not running in my jboss 6.0 on linux 5.5
jsf application war file not running in my jboss 6.0 on linux 5.5  17:15:47,647 INFO [config] Initializing Mojarra (1.2_08-b06-FCS) for context '/MFPMSDeployment' 17:15:48,354 INFO [TomcatDeployment] deploy, ctxPath=/ 17
ModuleNotFoundError: No module named 'unzip-aes'
ModuleNotFoundError: No module named 'unzip-aes'  Hi, My Python... 'unzip-aes' How to remove the ModuleNotFoundError: No module named 'unzip... have to install padas library. You can install unzip-aes python with following
Reading the data from property file from java stand alone application in linux
Reading the data from property file from java stand alone application in linux  Please send me the example of reading the data from a property file from java stand alone application in linux. I don't know how to give path
Installing ant in Linux
Installing ant in Linux     ... on your linux box. This installing ant in linux is based on the practical work... Login to your Linux box and create a directory "ant" under /usr/local
Linux installation
Linux installation  I want to install linux for generally purpose functions,which linux[fedora , ubunto,centos etc ]should i install.In my pc there is already windows,How much the linux will effect my windows & data in C
Where is my.cnf in linux?
Where is my.cnf in linux?  Hi, Can anyone tell me where is my.cnf in linux? Thanks   Hi, Its is /etc folder. The complete path with file name is /etc/my.cnf. Thanks
LINUX - Regex
LINUX  I am running Radhat LINUX in my system.. but in this gcc/cc/g++ command is not working .. so i think C,C++ is not installed my system... to the LINUX . I know for window.. but i want to connect LINUX
jdbc in linux
jdbc in linux  what will be database url if i'm using mysql database on linux platform ? what will be driver name & class name to be used in "Class.forName()" method ? plz give short source code
Linux Programming
Linux Programming  1.Write a program that reads an integer by the user and displays it in octal (base 8): Enter an integer number between 0 and 32767: 2012 In octal, your number is: 3734 (Use the same input and output format
linux tar folder and subfolders
for me for zipping it into a file possible Linux tar file. I just searched and found that the tar.gz file is best file format for compressing such directories...linux tar folder and subfolders  Hi, I am new to Linux operating
Linux
Linux Simulator. - WebSevices
Linux Simulator.  What is Linux simulator  try cygwin for this you can run linux commands and almost all in cygwin
ModuleNotFoundError: No module named 'linux'
ModuleNotFoundError: No module named 'linux'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'linux' How to remove the ModuleNotFoundError: No module named 'linux'
ModuleNotFoundError: No module named 'linux'
ModuleNotFoundError: No module named 'linux'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'linux' How to remove the ModuleNotFoundError: No module named 'linux'
ModuleNotFoundError: No module named 'linux'
ModuleNotFoundError: No module named 'linux'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'linux' How to remove the ModuleNotFoundError: No module named 'linux'
List files recursively in linux
List files recursively in linux  Hi, How to List files recursively in linux? I want to list all the .php file. Thanks   Hi, You can use following command: find . -name *.php -print Thanks
Sitemap Linux Tutorial
| Site Map | Business Software Services India Linux Tutorial Section What is Linux? | Introducing Linux OS | Beginner Guide to Linux Server... | Installing JDK On Linux | Links To Linux Tutorials | Linux Tutorials
java on linux - Java Beginners
java on linux  How to compile and execute java applications in linux
php editor in linux
php editor in linux  Which editor works in Linux for PHP
Java Programming on Linux
on Linux? I want following tutorials: a) installing and enabling a Java runtime environment on Linux b) Java development on Linux to run Java applications c) Running applets under Linux d) How to install Tomcat on linux? e) How to use Sun
Linux Tutorials
Linux Tutorials - Learn Linux from beginning and master Linux/Unix is most.... Linux is the trusted operating system among business and academics to run complex missing critical applications. There is a big demand of the Linux/Unix
VoIP Linux
VoIP Linux Linux Online -VoIP This document explains about VoIP... lines of VoIP architecture. Linux is available in several formats, called..., and other useful information.      VoIP Linux
Linux - IDE Questions
Linux  how to install the application software in linux operatng system as same we are instal easily on windows operating systems  Hi Friend, Please visit the following link: http://www.roseindia.net/linux
Linux - IDE Questions
Linux notes  Hi, Could u plez send a material & online notes ,which is good start for a new users to linux environment. Could u clear doubts on C/C++ language ? Reply ASAP
ldap configuration for SVN on linux
ldap configuration for SVN on linux  I want to set up ldap and normal file authentication for my SVN in linux. I should i do that? Here basically i need to read file which contains several user name and passwd values and LDAP
unrar command not found in linux
unrar command not found in linux  Hi, I am trying to unrar a file in Linux with following command: unrar myfile.rar Here is complete log of the error: deepak@deepak-VirtualBox:~/examples$ unrar myfile.rar Command 'unrar
Linux Administrator
Linux Administrator       Position Vacant: Linux Administrator Job Description  We are looking for Linux Administrator to manage Linux and Unix servers
Sound Java Linux
Sound Java Linux  How can we play sound on java using Linux
java with linux - Development process
java with linux  HI , This is namit.I want to know how to link a java program with linux platform
Connect a linux machine from linux using java program without password
Connect a linux machine from linux using java program without password  Connect a linux machine from linux using java program without password. Can anyone help me
Start MySQL on Linux
Start MySQL on Linux  hii, How can i start MySQL on Linux? is there any cmd for starting MySQL on linux? ADS_TO_REPLACE_1   hi, yeah , By typing this cmd you can start MySQLADS_TO_REPLACE_2 service mysqld start
java server on linux ystems
java server on linux ystems  hi.. i use linux... i want to remotely login into another linux system using java and then execute commands over that system.....how can i do this using java..password of host is known to us
Linux remote destop - IDE Questions
Linux remote destop  Can i install Rdp(remote desktop protocol)software on linux
instruction to install oracle 10g in linux....
instruction to install oracle 10g in linux....  how to install oracle 10g in linux
Linux tutorials and tips
Linux is of the most advanced operating system. Linux is being used to host websites and web applications. Linux also provide support for Java and other... applications and then hosting on the Linux servers. Learn about the Linux server

Ads