01-23-04 10:10 PM
On 8 Dec 2003 07:06:05 -0800, Lu
<lsun91125@yahoo.com> wrote:quote:
> Hi,
>
> I am trying to change some UID's. I googled around and found the
> following command to use:
> find / -user 1000 -print -exec chown -h 5000 {} \;
> It worked great. But I don't understand what the "{} \;" does. Can
> anyone tell me what that is?
>
man find
Find replaces the {} with each filename that it finds, and the \;
marks the end of the "-exec" arguments.
--
Thanks to Nigeria, any email with the word "urgent" in the subject
or address will be deleted.
[ Post a follow-up to this message ]
|