find: incomplete statement
I can execute the following command on local machine:
find / -user 10002 -exec chown 35645 {} \;
I am trying to do the following
I got the following error
"find: incomplete statement"
I even tried
rsh ba123 /usr/bin/find / -user 10002 -exec chown 35645 {} \;
I got the same problem.
What I am doing wrong? Any fixes? Thanks.
.
Relevant Pages
- 30 seconds to change the attributes of a file
... local machine the command ... attrib -s -h *.db ... Takes 20-30 seconds to execute. ... (microsoft.public.windows.server.general) - running procedure at desktop not iis
... I have an asp.net application and I want to execute a command that will ... transfer a file to my PDA. ... that will execute on the local machine? ... (microsoft.public.dotnet.framework.aspnet) - RE: running procedure at desktop not iis
... > transfer a file to my PDA. ... The problem is when I run the command on my ... > local machine...is there a way to execute a command from asp.net application ... > that will execute on the local machine? ... (microsoft.public.dotnet.framework.aspnet) - [Full-Disclosure] Advanced usage of system() function.
... and call its arguments as a command for shell. ... as we can see we still didnt get what we want (typing exit ... Connection closed by foreign host. ... think what we want to execute. ... (Full-Disclosure) - Advanced usage of system() function.
... and call its arguments as a command for shell. ... as we can see we still didnt get what we want (typing exit we are ... Connection closed by foreign host. ... think what we want to execute. ... (Bugtraq) |
|