Date: Sun, 18 Nov 2007 15:17:12 +0000 From: Thomas Hurst <tom.hurst@clara.net> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>, Robert Watson <rwatson@FreeBSD.org>, Yuri <yuri@rawbw.com>, freebsd-hackers@FreeBSD.org Subject: Re: How to get filename of an open file descriptor Message-ID: <20071118151712.GA21185@voi.aagh.net> In-Reply-To: <20071117223910.GD813@menantico.com> References: <20071112222557.N81124@fledge.watson.org> <1194980181.4739f355a32bc@webmail.rawbw.com> <20071114104157.D92502@fledge.watson.org> <20071114112304.GA835@menantico.com> <20071114121812.U2025@fledge.watson.org> <20071114132743.GB835@menantico.com> <20071116144356.S10677@fledge.watson.org> <20071116212342.GD835@menantico.com> <20071117215003.U53707@maildrop.int.zabbadoz.net> <20071117223910.GD813@menantico.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* Skip Ford (skip@menantico.com) wrote: > It would be interesting to know for sure, though, if Solaris uses > hardlinks and, if so, what their utility is called. Nope. They *do* use hardlinks in that they have 32bit wrappers in /usr/bin etc which dispatch to the relevent architecture, but the commands themselves are all seperate. A quick glance at the OpenSolaris source repository finds: http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/ptools/ i.e. they're just a bunch of losely related commands under the ptools banner. -- Thomas 'Freaky' Hurst http://hur.st/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071118151712.GA21185>