Home
It's a simple process to do this. Let's follow the below process:
Step 1: First connect your Ubuntu server via SSH and Then install unzip by the below command:
sudo apt install unzipStep 2: Then show the file location by the below command:
sudo -sStep 3: Now back to the home directory by the below command:
cd ..Step 4: Then check your next folder by below command:
lsi) If you want to go to ezyforum folder then flow the below command:
cd ezyforumii) Again check your next folder by ls command and if the next folder will be web, then follow the below command:
cd webiii) Following this process again and again, once reached your targeted zip file location.
Step 5: This is the final process to unzip that zip file. For this follow the below command:
unzip backup.zip[Here backup file is the zip file]
Let me know if any questions.
Thanks.
