How I make zip in Red Hat Linux OS?

Asked By 10 points N/A Posted on -
qa-featured

 

Hi,

I need some files in zipped, any help for me please. Which application I need to install for zip in Red Hat Linux.

SHARE
Answered By 30 points N/A #134142

How I make zip in Red Hat Linux OS?

qa-featured

Hi Baker,

Red Hat Linux has powerful tools to make your file zipped. The package name PKzip/Winzip are available in Red Hat Linux.

You need to type following command syntax for the zip file is given below.

# gzip -v [file name]             (compress)

# gunzip [zipped file name]   (UN compress )

You don't need to install extra applications for file compression in RHEL.

Peter Gonzalez

Related Questions