Change all folder (dir)
sudo find . -type d -exec chmod 755 {} +
Change all file
sudo find . -type f -exec chmod 644 {} +
sudo find . -type d -exec chmod 755 {} +
Change all file
sudo find . -type f -exec chmod 644 {} +
Some tribes of the programmer clan.
Comments
Post a Comment