From owner-freebsd-questions Mon Jul 3 3: 8:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ngo.org.uk (ngo.org.uk [193.62.43.28]) by hub.freebsd.org (Postfix) with ESMTP id D00D637BEAA for ; Mon, 3 Jul 2000 03:08:55 -0700 (PDT) (envelope-from mac@ngo.org.uk) Received: (from mac@localhost) by ngo.org.uk (8.9.3/8.9.3) id LAA17295; Mon, 3 Jul 2000 11:05:35 +0100 (BST) From: Mac Message-Id: <200007031005.LAA17295@ngo.org.uk> Subject: Re: Inodes and filenames In-Reply-To: <20000630170905.A27488@manatee.mammalia.org> from R Joseph Wright at "Jun 30, 0 05:09:05 pm" To: rjoseph@mammalia.org (R Joseph Wright) Date: Mon, 3 Jul 2000 11:05:34 +0100 (BST) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG R Joseph Wright Wrote > I have a two part question regarding inodes. > > First, how can I find out whether an inode has more than one filename > associated with it? Try:- find -inum XXX -print where 'XXX' is the inode number you're thinking of. (but watch out for the same inode-number being used on more than one filesystem) Mac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message