Pliki CHMOD 644 KATALOMY 755
# . is the path to start the search
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Ahmed
# . is the path to start the search
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;