Jump to content

Edit History

jhd

jhd

 

find . -type d -exec sudo chmod 755 -- {} +
find . -type f -exec sudo chmod 644 -- {} +
 

 

Hay un directorio que no sé por qué nunca se crea, el que está en rojo.

jhd

jhd

 

find . -type d -exec sudo chmod 755 -- {} +
find . -type f -exec sudo chmod 644 -- {} +
 

×
×
  • Create New...