Date: Mon, 18 Feb 2002 10:55:16 -0800 From: Alfred Perlstein <bright@mu.org> To: Terry Lambert <tlambert2@mindspring.com> Cc: fs@freebsd.org Subject: Re: mkdir / == odd Message-ID: <20020218185516.GY12136@elvis.mu.org> In-Reply-To: <3C71475F.3D915B54@mindspring.com> References: <20020218132751.GX12136@elvis.mu.org> <3C71475F.3D915B54@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* Terry Lambert <tlambert2@mindspring.com> [020218 10:27] wrote: > Alfred Perlstein wrote: > > > > # mkdir / > > mkdir: /: Is a directory > > [ ... patch to special case "//" ... ] > > Multiple leading slashes are special to POSIX. Could you > maybe add a "-p" to the mkdir argument list, instead? I get the same problem. In fact that's what triggered it in the first place. % mkdir -p //usr/X11R6/bin mkdir: /: Is a directory. % bah! -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020218185516.GY12136>