- Open a terminal ( Ctrl + Alt + T should work).
- Now create a temporary folder to extract the file: mkdir temp_for_zip_extract .
- Let’s now extract the zip file into that folder: unzip /path/to/file.zip -d temp_for_zip_extract
sample here –> root@host: unzip test.zip -d /var/www/folder-to-extract



