PDA

View Full Version : how do I unzip a zipped file on unix server?


ReneH
04-09-2001, 05:50 PM
Just need some pointers here, the regular unix commands don't seem to work. Thanks anyone.

stefd
04-11-2001, 05:11 PM
Just doing "unzip filename" doesn't work? It does in my shell...

ReneH
04-11-2001, 06:46 PM
I type:

unzip links2 and enter, get command not found

I type:

unzip links2.zip and enter, same error.

Running out of ideas on this one. Thanks for taking the time to help. Any other pointers?

stefd
04-12-2001, 10:54 AM
Hmmm, it doesn't find the unzip command...

Try "/usr/bin/unzip filename"

On my host, unzip is located in /usr/bin. If it is not there on your host, you should probably send a trouble ticket asking where they've put it ;)

Let me know if it works.

Son Nguyen
04-14-2001, 07:27 PM
or try: whereis unzip

ReneH
04-14-2001, 08:41 PM
Hello! All

Sent a ticket regarding this issue and it was due to the zipping utility not being installed. Tried it as "unzip filename.zip" and things went smoothly from there. Thanks for your help in this matter.