Tuesday, February 17, 2015

Usefull SSH commands for magento developer.

Create zip file of folder via SSH.
    tar czvf <filename.tar.gz> <DIRECTORY or DIRECTORY PATH>

Extract zip file to particular destination folder.
    unzip file.zip -d destination_folder   

Change file permission
  chmod -r 777 filename

No comments:

Post a Comment