lets say you want to unzip a .zip file you have in your /home/user/webune.zip and you want to unzip it and at the same time you want to be unzipped to the /home/anotheruser/ directory this is how you would do it:

unzip /home/user/webune.zip -d /home/anotheruser/


home that helps