From owner-freebsd-questions@FreeBSD.ORG Fri Dec 25 21:26:20 2009 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 7474B1065670 for ; Fri, 25 Dec 2009 21:26:20 +0000 (UTC) (envelope-from xkyanh@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 451538FC0C for ; Fri, 25 Dec 2009 21:26:19 +0000 (UTC) Received: by pwi15 with SMTP id 15so5964223pwi.3 for ; Fri, 25 Dec 2009 13:26:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:subject :message-id:organization:x-mailer:user-agent:x-operating-system :x-face:face:mime-version:content-type:content-transfer-encoding; bh=HXTq2N3/eQubsF7ppkqXnnKArN6wGLHp2lFKdvV+sko=; b=MP5KPiDqidvQhl3yt5Mijg5jVKyhkvsapIoTcfGvxt5lw2KLemVYvV8iic37ZuJdWd 8Jz92jIPABySlkoLK5XhRHIaiiCYViRstV4Hn0zEGeez7RRYnRqwdzQL6haethiWeUEB GQrrv4b3WpRSevU5L5HT4gtmpUqdkvjy66RLg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:organization:x-mailer :user-agent:x-operating-system:x-face:face:mime-version:content-type :content-transfer-encoding; b=P5hZaf53/y8kOORRAc4hAVWVSDsTMvwXyG1IkHGoYVRvdVVFJgMSyobgFjwGHIUI4L ru7IfU0YuaiWiRooDTycFufX0OK1hMQ53wC67i+ssw+nV6Wa9wvfOCyghutc/aONMBzS AAA6YUWAdYNt+/NAPYfyJET25LM+1hG3SZnig= Received: by 10.143.153.11 with SMTP id f11mr1760956wfo.325.1261776379659; Fri, 25 Dec 2009 13:26:19 -0800 (PST) Received: from icy.localdomain ([222.253.59.93]) by mx.google.com with ESMTPS id 23sm9084046pzk.0.2009.12.25.13.26.18 (version=SSLv3 cipher=RC4-MD5); Fri, 25 Dec 2009 13:26:19 -0800 (PST) Sender: "Ky Anh, Huynh" Date: Sat, 26 Dec 2009 04:26:00 +0700 From: "Anh Ky Huynh" To: FreeBSD Mailing List Message-ID: <20091226042600.1920a0e1@icy.localdomain> Organization: Vietnamese TeX Users Group X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.5; i386-portbld-freebsd8.0) User-Agent: FreeBSD X-Operating-System: FreeBSD X-Face: FreeBSD Face: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: strange find process 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, 25 Dec 2009 21:26:20 -0000 Hi all, At 2:00 am today, I turned my laptop on and suddenly found a strange process: $ ps xauw | grep find ... find -sx ./bin -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} + What is the purpose of this process? If that is a system check then where is the log file? Thank you for your replies, Regards, -- Anh Ky Huynh