CentOS 6 unzip file but files are going to root folder instead

centos, centos6, linux

Solution

Do:

cd /var/www/html/
unzip web.zip

Problem

When I did ``` unzip /var/www/html/web.zip ``` It unzipped the zip to /root/ folder. I need it to unzip the files to /var/www/html/ why is it happening? CentOS 6.3 64bit

Original source