Linux Copy Directory permisos a otro directorio

chown --reference=otherfile thisfile
chmod --reference=otherfile thisfile
Alemhar