[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Woher kommt die Datei "root-n"?



Hallo Ralf,

Am Mittwoch, 08. Okt 2003, 09:20:39 +0200 schrieb Ralf Schmidt:
> grep "root-n" -r /* > /root/suche.txt vom user root gestartet aus?
> Wer einen besseren Vorschlag hat... Ich würde mich freuen.

    # find / -type f -exec grep -nH root-n '{}' \; >~/root-n.suche

Besucht nur Dateien, nicht Links.

Dann solltest Du noch `/proc', `/dev', `/mnt', ... auslassen.
Also vielleicht:

    # find /etc /usr /home /bin /sbin -type f -exec ...

Gruß
Bertram

-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany



Reply to: