How to Extract .tar.gz
If you have a file with extension .tar.gz, you can use the below command to extract it tar –xvzf filename.tar.gz
If you have a file with extension .tar.gz, you can use the below command to extract it tar –xvzf filename.tar.gz
How to extract backup file with .tar.zst extension created by DirectAdmin zstd -d filename.tar.zst
Login into SSH Go into root directory of WordPress files. For All Files: find . -type f -exec chmod 644 … Read more