Edit: /home/alixis5/.bash_history (512B)
#1670274263
ls
#1670274270
cd gls*
#1670274285
find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
#1670274299
find data custom client/custom -type d -exec chmod 775 {} + && find data custom client/custom -type f -exec chmod 664 {} +;
#1670274299
chmod 775 application/Espo/Modules client/modules;
#1670274300
chmod 754 bin/command;
#1693419075
mysqldump -u alixis5_crmadmin -p alixis5_crmdemo > assets300823.sql
#1693419169
mysql -u alixis5_crmadmin -p alixis5_assets < assets300823.sql