Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2002 20:18:43 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   ls(1) / find(1) mismatch - number of links
Message-ID:  <20021006181843.GG51897@freepuppy.bellavista.cz>

next in thread | raw e-mail | index | archive | help
roman@freepuppy ~ 1003:0 > ls -lid ./etc 
449231 drwxr-xr-x  16 roman  roman  2048 Sep 25 20:54 ./etc
roman@freepuppy ~ 1004:0 > sudo find / -inum $(!! | cut -d' ' -f1)
/usr/home/roman/etc
roman@freepuppy ~ 1005:0 >

what's that? should i be concerned?

(if it's not obvious: ls reports /usr/home/roman/etc has 16 links, but
find only reports one name)

-- 
begin 666 nonexistent.vbs
FreeBSD 4.7-RC
8:17PM up 19 days, 3:32, 21 users, load averages: 0.09, 0.17, 0.12
end

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?20021006181843.GG51897>