Zip-unzip utility:
sudo apt-get install zip unzip
navigate to the place where the zip belongs and,
unzip test.zip, where test.zip is the zip file to extract
apt-get install unzip
unzip file.zip -d destination_folder
sudo apt-get install unzip
unzip zipped_file.zip -d unzipped_directory
// If the source and destination directories are the same, you can simply do:
unzip file.zip
unzip file.zip
unzip filezip.zip
move command : mv filename dirname
remove command : rm -r filename
copy command : cp filename dirname
zip command : zip -r filename.zip foldername
unzip command : unzip filename.zip -d dirname
unzip zip_file.zip
apt install unzip
unzip gophish*.zip
mkdir gophish
sudo ./gophish
chmod u+x gophish
mv gophish*.zip gophish
"listen_url": "127.0.0.1:3333",
"listen_url": "SERVER_IP:3333",
cd gophish
nano config.json