sudo find foldername -exec chmod a+rwx {} ";"
sudo find foldername -type d -exec chmod 755 {} ";" sudo find foldername -type f -exec chmod 644 {} ";"
0 komentar