Chmod rekurencyjny
-R, --recursive
chmod -R 755 /path/to/directory
Wicked Wolf
-R, --recursive
chmod -R 755 /path/to/directory
chmod -R u=rwx,go=rx /tofile_path
sudo find /var/www/html -type d -exec chmod 755 {} \;
find . -name "*.sh" -exec chmod +x {} \;
linux folder