Portál AbcLinuxu, 16. července 2025 08:16
Řešení dotazu:
chmod -R
vám nestačí?
find <cesta> -type f -perm ! 644 -exec chmod 644 {} \; find <cesta> -mindepth 1 -type d -perm ! 755 -exec chmod 755 {} \;
find: invalid mode `!'
nevim proc.
moc diky
find <cesta> -type f ! -perm 644 -exec chmod 644 {} \; find <cesta> -mindepth 1 -type d ! -perm 755 -exec chmod 755 {} \;
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.