Results 1 to 2 of 2
Hi,
I have some problem with ZIP command in RHEL 5. I have a file that is more than 15 GB in size. i have to make password-protected zip file ...
- 03-03-2009 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 18
How to zip a file that is more than 15 GB
Hi,
I have some problem with ZIP command in RHEL 5. I have a file that is more than 15 GB in size. i have to make password-protected zip file for this. i am issuing the following command :
zip -e MYDATA.dmp.zip MYDATA.dmp
Enter password:
Verify password:
Segmentation fault
After verifying the password, it gives the error "Segmentation fault" and exit to the prompt. can you please help me in this.
- 03-04-2009 #2
use gzip
Compressing single big files doesnt make much difference.# gzip MYDATA.dmp
Compression ratio is highly dependent on what type for files you compress.


Reply With Quote