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+
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
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