UNIX: Recursive Delete Directory / Files
rm -rf /path/to/dir13
rm -rf /path/to/dir13
Find here some links to How to create SSL in ServerPilot for your site. What is a CSR (Certificate Signing Request)? 1. Generate CSR openssl req -newkey rsa:2048 -nodes -keyout your-site.com.key -out your-site.com.csr 2. Insert the details Generating a 2048 bit RSA private key …………..+++ ………….+++ writing new private key to ‘your-site.com.key’ —– You are about to be asked … Ler mais
Use chown to change ownership and chmod to change rights. sudo chown username:group directory Font: 1. Change folder permissions and ownership 2. Change folder permissions and ownership
There is more than one way to do this, however I tend to do it like this from command prompt: Uncompress tar.gz The below does both the uncompressing and untarring in a single command and puts the contents in the same directory you are in: Code: [ Select ] tar zxvf file.tar.gz The z argument … Ler mais