From owner-freebsd-questions Fri May 25 8:58:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from summersault.com (nollie.summersault.com [208.196.32.199]) by hub.freebsd.org (Postfix) with SMTP id C337D37B423 for ; Fri, 25 May 2001 08:58:07 -0700 (PDT) (envelope-from mark@summersault.com) Received: (qmail 59150 invoked from network); 25 May 2001 15:58:07 -0000 Received: from hoobella.summersault.com (HELO summersault.com) (208.196.32.195) by nollie.summersault.com with SMTP; 25 May 2001 15:58:07 -0000 Message-ID: <3B0E8110.9C5D8725@summersault.com> Date: Fri, 25 May 2001 10:58:19 -0500 From: Mark Stosberg Reply-To: mark@summersault.com Organization: Summersault X-Mailer: Mozilla 4.77 (Macintosh; U; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: Chris Hardie Subject: "find" and "quota" find different amounts of files Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! I'm running FreeBSD 4.3 and have encountered a mystery of some missing files. Using "find" and "quota" to find the same files, I get different results. For example: ############ root@nollie vector1> find /usr -user evan -print | wc -l 2435 root@nollie vector1> quota evan Disk quotas for user evan (uid 1075): Filesystem blocks quota limit grace files quota limit grace /usr 561790 1010000 1010000 2537 0 0 ############ So "find" is reporting 2435 files, but "quota" is reporting 2537. Where could the difference be hidding? Thanks, -mark personal website } Summersault Website Development http://mark.stosberg.com/ { http://www.summersault.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message