From owner-freebsd-questions Mon Jul 3 3:13:53 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 0135E37B8C0 for ; Mon, 3 Jul 2000 03:13:50 -0700 (PDT) (envelope-from mac@ngo.org.uk) Received: (from mac@localhost) by ngo.org.uk (8.9.3/8.9.3) id LAA17330; Mon, 3 Jul 2000 11:14:09 +0100 (BST) From: Mac Message-Id: <200007031014.LAA17330@ngo.org.uk> Subject: Re: Inodes and filenames In-Reply-To: <200007031005.LAA17295@ngo.org.uk> from Mac at "Jul 3, 0 11:05:34 am" To: rjoseph@mammalia.org Date: Mon, 3 Jul 2000 11:14:09 +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 Mac Wrote > 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) which can be controled with the '-x' option to find. Mac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message