Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 12:45:53 +0200
From:      veedee@c7.campus.utcluj.ro
To:        freebsd-security@freebsd.org
Subject:   Re: fts_print bug?
Message-ID:  <20011123124553.A10122@c7.campus.utcluj.ro>
In-Reply-To: <20011123015505.A5165@c7.campus.utcluj.ro>; from veedee@c7.campus.utcluj.ro on Fri, Nov 23, 2001 at 01:55:05AM %2B0200
References:  <20011123015505.A5165@c7.campus.utcluj.ro>

next in thread | previous in thread | raw e-mail | index | archive | help



On Fri, Nov 23, 2001 at 01:55:05AM +0200, veedee@c7.campus.utcluj.ro wrote:
> 
> Does anyone know anything about this?
> 
> It didn't worked on my box (4.3-RELEASE), but it did make some directories
> which I can't erase anymore...
> 
> [#] rm -r 4965/
> rm: fts_read: File name too long

Here's a little command to help remove those created subdirs...

while true ;do for i in *;do cd "$i" && mv -f * .. && cd ..;done; rm -fr * && break;done;

Thanks to tendogz (#freebsd) for providing it...


PS. Feels kinda funny replying to myself :)

Best regards,
Radu Bogdan Rusu (aka veedee)
C7 Campus Network System Administrator

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011123124553.A10122>