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

Re: Hostname ändern



On Son, 13 Apr 2003 at 23:50 (+0200), Stephan Kessler wrote:
> Hi,
> 
> > Stephan Kessler <stephankessler@gmx.de> wrote:
> > > Hostname: dedi01.kessler.local
> > > (, warpy, warpy.kessler.local)
> > 
> > > Dedi01 ist der Alte, warpy sollte der neue sein.
> > 
> > > Hat jemand eine Idee?
> > 
> > find /etc /type f -print0 | xargs grep -l dedi01
> 
> Sorry bin mit dem Find befehl nicht so bewandert:

Dann empfehle ich Dir die Manual-Page des find. Sehr
aufschlussreich.

> warpy:~# find /etc /type f -print0 | xargs grep -l dedi01
> find: /type: No such file or directory
> find: f: No such file or directory
> grep: /etc: Is a directory
> warpy:~#
> 
> Hab ich was falsch gemacht? Oder was sagt das jetzt aus?

Da ist ein Syntaxfehler drin.

find /etc -type f -print0 | xargs grep -l dedi01
          ^

Jan



Reply to: