Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    18

    Question 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.

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    use gzip
    # gzip MYDATA.dmp
    Compressing single big files doesnt make much difference.
    Compression ratio is highly dependent on what type for files you compress.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...