Skip site navigation (1)Skip section navigation (2)
Date:      10 Apr 2002 16:42:38 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Bogdan TARU <bgd@icomag.de>
Cc:        <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: 'rm' incompatibility with Posix.2
Message-ID:  <xzpadsbwr6p.fsf@flood.ping.uio.no>
In-Reply-To: <20020410162300.N79910-100000@fw.cgn.icom>
References:  <20020410162300.N79910-100000@fw.cgn.icom>

next in thread | previous in thread | raw e-mail | index | archive | help
Bogdan TARU <bgd@icomag.de> writes:
> On 10 Apr 2002, Dag-Erling Smorgrav wrote:
> > In my humble opinion, Solaris (and every other *nix) is broken in this
> > respect, and *BSD is correct.
> Except for OpenBDS. No NetBDS machine available, maybe some of you could
> try it on one as well?

I don't know of any "OpenBDS" or "NetBDS", but NetBSD has the same
semantics as FreeBSD:

des@rc4 ~% mkdir foo
des@rc4 ~% touch foo/bar
des@rc4 ~% ln -s foo baz
des@rc4 ~% ls -l baz
lrwxr-xr-x  1 des  des  3 Apr 10 16:41 baz@ -> foo
des@rc4 ~% ls -l baz/
total 0
-rw-r--r--  1 des  des  0 Apr 10 16:41 bar

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

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




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