find and exe
Sección: Administración de sistemas
Creado: 15-11-24 (Actualizado: 07-07-18)
sudo find . -type d -exec chmod 750 {} \; sudo find . -type d -exec chmod g+s {} \; sudo find . -type f -exec chmod 640 {} \;
$ find . -type f -size +10000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'