Date: Thu, 18 Apr 2002 14:04:09 -0700 (PDT) From: Thomas Cannon <tcannon@noops.org> To: Ceri Davies <setantae@submonkey.net> Cc: <freebsd-questions@FreeBSD.ORG>, <security-officer@freebsd.org> Subject: Re: I think this could be better Message-ID: <20020418140202.A5528-100000@stereophonic.noops.org> In-Reply-To: <20020418205451.GA11069@submonkey.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> And if you don't have /tmp mounted with nosymfollow (sigh...), then you'll > get "mkdir: install.352: File exists" instead. Nope. No errors. You're forgetting the "-p" that is present in the Makefile: [root@stereophonic]# mkdir install.666/ mkdir: install.666/: File exists [root@stereophonic]# mkdir -p install.666/ [root@stereophonic]# Ah, yes... nosymfollow. Hrm. Time to go edit my mount options. Thanks! -- Thomas Cannon, CISSP, FNCNE, CCDP, CCNP, SCSA, SCNA, CCDA, CCNA Unified Computing (415) 533-5294 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020418140202.A5528-100000>