Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


lpi1:find

Dies ist eine alte Version des Dokuments!


find

cd
cp -a /usr/share/doc/ .
time find doc -type f -executable -exec chmod -x {} \;
time find doc -type f -executable -exec chmod -x {} +;
find doc -type f -executable -print0 | xargs -0 chmod -x
find / -xdev -uid 1002 -exec chown root {} \;
find / -type f -printf "%s %p\n" | sort -n | tac | head -5
lpi1/find.1416906192.txt.gz · Zuletzt geändert: 2014/11/25 09:03 von ingo_wichmann