Linux Debina / Ubuntu
apt-get install zip
apt-get install unzip
Redhat, Fedora, CentOS
yum install zipAfter installed the software, use cd command to go the target directory to run zip command and you would found the zipped file.
yum install unzip
zip -r techtach.zip /var/www/example.com/public_html
Reference:
http://techtach.com/2015/03/how-to-unzipzip-files-in-linuxunix-using-command-line/
No comments :
Post a Comment