Copy one directory to another directory ubuntu

July 6, 2021 . 1 MIN READ

sudo rsync -avP ~/magento/. /var/www/html/

rm -rf ~/magento*

 

 

sudo adduser magento2

usermod -g www-data magento2

groups magento2

service apache2 restart

su magento

su magento2

 

sudo chown -R www-data:www-data web

Leave a Reply

Your email address will not be published. Required fields are marked *