I'm trying to unzip a file in redhat but I keep getting this when I run unzip filename.zip
heckdir error: cannot create file_name
unable to process file_name/bin/.
I'm guessing this has to do with the underscore in the file name. Is there any work around? Or if it's not the issue what can it possibly be?
When I Run unzip -l /home/db2inst1/db2files/ShaneScripts/trans_demo.zip it works fine and displays the contents of the file.
df -h .in the directory you are attempting to extract in to see how much space you have left. or make sure you have permission to write wherever file_name is being created – Ahmed Masud Nov 21 '11 at 11:26