* Thomas Findeisen wrote: >find / -type f -perm +6000 -exec ls -l {} ; > suid.list > >...ach, Google. Mächtig du bist. Für ewig... *PATSCH* find / -type f -perm +6000 -print0 | xargs -0 ls -l > suid.list -- tlug Mailingliste Archiv: http://www.tlug.de/archiv/ http://schwarz.thueday.de/mailman/listinfo/tlug_allgemein