#reset permission
cd /var/www/
sudo chgrp -R www-data html
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
#set date :
sudo dpkg-reconfigure tzdata Reset file folder permission
- Details
- Written by: Bayu Aji
- Category: OS
- Hits: 488