[EMAIL PROTECTED] writes:
> In <003901c255c3$eb1c9da0$[EMAIL PROTECTED]>, on
> 09/06/2002 at 08:39 AM,
>"daniel" <[EMAIL PROTECTED]> said:
>
> >i understand how to put a command in the background by putting an '&' on
> >the end, but it seems that this doesn't separate the command from that
>
I recommend using find in combination with xargs instead of -exec. Like
this:
find -type f -print | xargs chmod 644
find -type d -print | xargs chmod 755
The difference is it doesn't create a separate chmod process for each and
every file and directory. Running find with -exec on a
Lewi <[EMAIL PROTECTED]> writes:
> I just checking whereis passwd place from, when I run this
> # whereis passwd
> passwd: /bin/passwd /usr/bin/passwd /etc/passwd.OLD /etc/passwd
>/usr/share/man/man1/passwd.1.gz
>
> then I checked
> # rpm -qf /bin/passwd
> file /bin/passwd is not owned by any