Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 1995 22:39:43 -0800 (PST)
From:      julian@tfs.com (Julian Elischer)
To:        jbeukema@hk.super.net (John Beukema)
Cc:        hackers@FreeBSD.org
Subject:   Re: Denial of resource attacks
Message-ID:  <m0rqxbT-0003wQC@TFS.COM>
In-Reply-To: <Pine.SUN.3.91.950321114636.10870E-100000@is1.hk.super.net> from "John Beukema" at Mar 21, 95 12:05:02 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 3. Might it be a good idea to limit the creation of sub-directories 
> when the max path length will be exceeded, so that rm -r will 
> continue to work?     
you can't...
consider..
mkdir A
mkdir A/B
mkdir A/B/C
mkdir D
mkdir D/E
mkdir D/E/F
mv D A/B/C

I have made a 6 level tree but I never did a mkdir of > 3

julian
> 
> jbeukema
> 




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