Re: strange find process

2009-12-27 Thread Anh Ky Huynh
On Fri, 25 Dec 2009 19:24:04 -0500 Michael Powell wrote: > Anh Ky Huynh wrote: > > > 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+

Re: strange find process

2009-12-25 Thread Michael Powell
Anh Ky Huynh wrote: > 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

strange find process

2009-12-25 Thread Anh Ky Huynh
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 sys