hello everyone:
I tried to use this command:
find / ! -user root -exec ls -l {} \;
but the result is wrong
instead when I type:
find / ! -user root
the result is right.
where should I change to make "-exec ls" work?
Joey
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---