To zip and unzip files under linux, you need to install zip and unzip programs.
These can be installed by
# apt-get install zip
# apt-get install unzip
or under Red Hat installations by
# yum install zip
# yum install unzip
To zip use
$ zip abc *
this will zip all files in current directory and create abc.zip
$ zip -r abc *
this will zip all files in current directory and subdirectories and create abc.zip
To Unzip
$ unzip abc.zip
will extract all files in current directory
$ unzip abc.zip -d /dir1
will extract all files in /dir1 directory
$ unzip -l abc.zip
this will just list the files in the zip file
About Me
Popular Posts
-
If you are constantly getting that "the original item cannot be found" error when you try to connect to a windows 2003 server from...
-
Hmmm, So here's my new Baby !!! Afer using P800 for 1 year, I could move to no other phone except this P900. P900 – Simply smart...
-
What a wonderful weekend it was... Movies, shopping, sleep, TV, and a nice drive throught the city to Queens and back - Mitsubishi Eclipse...
-
1. With Windows 2003 you can now connect to the console session of a server meaning you actually have 3 connections available when running i...
-
My Toys - Fuji S5100 4MP, 10X optical Zoom
-
This is one of the many problems i faced with Vista. File access on network shares was really slow. Shares took upto 5 minutes to show conte...
-
When you start (IIS) 6.0 on Microsoft Windows Server 2003, IIS binds to all IP addresses on the server, not just the IP addresses t...
-
Some shortcuts and commands.... if you are not a GUI person .. Accessibility Controls access.cpl Accessibility Wizard accwiz Add H...
-
BLIPPY ( http://www.blippy.com/ ) It looks lot like twitter. Works mostly like twitter. But its not another one of those social networking s...
-
Instead of manually starting Tomcat each time, you can configure it to start at boot. 1. Save tomcat start / stop script Copy and paste the ...
ADs
Video of the day
About Me

- @man!
- I am a Systems/Network Administrator for 5 years, currently working for Scanbuy Inc,in Manhattan, NY.
No comments:
Post a Comment