From owner-freebsd-questions@FreeBSD.ORG Fri Aug 17 10:32:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A34216A41A for ; Fri, 17 Aug 2007 10:32:06 +0000 (UTC) (envelope-from clawsie@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 5465D13C428 for ; Fri, 17 Aug 2007 10:32:06 +0000 (UTC) (envelope-from clawsie@fastmail.fm) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 9ECDD12A2B for ; Fri, 17 Aug 2007 06:19:37 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Fri, 17 Aug 2007 06:19:37 -0400 X-Sasl-enc: qBRSUP25LwYnkPdm6+vJ8UoD9bTzmAqw+mCEfkSvLEux 1187345977 Received: from localhost (ppp-71-139-169-81.dsl.snfc21.pacbell.net [71.139.169.81]) by mail.messagingengine.com (Postfix) with ESMTP id F1CC57E8 for ; Fri, 17 Aug 2007 06:19:36 -0400 (EDT) Received: by localhost (sSMTP sendmail emulation); Fri, 17 Aug 2007 03:19:35 -0700 Date: Fri, 17 Aug 2007 03:19:35 -0700 From: brad clawsie To: freebsd-questions@freebsd.org Message-ID: <20070817101935.GA1064@localhost.gateway.2wire.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Subject: curious root find running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 10:32:07 -0000 hi while sitting at my computer tonight i noticed a great deal of disk activity. i found that this process was running: $ ps -auxwww 1463 USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 1463 4.3 0.1 1876 1404 ?? D 3:01AM 0:07.26 find /usr -xdev -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -print0 any idea why this is running? is it part of a sanctioned background process? thanks! brad