From owner-freebsd-fs Mon Feb 18 10:55:19 2002 Delivered-To: freebsd-fs@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 7869137B405 for ; Mon, 18 Feb 2002 10:55:16 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 58508AE7AA; Mon, 18 Feb 2002 10:55:16 -0800 (PST) Date: Mon, 18 Feb 2002 10:55:16 -0800 From: Alfred Perlstein To: Terry Lambert Cc: fs@freebsd.org Subject: Re: mkdir / == odd Message-ID: <20020218185516.GY12136@elvis.mu.org> References: <20020218132751.GX12136@elvis.mu.org> <3C71475F.3D915B54@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C71475F.3D915B54@mindspring.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Terry Lambert [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