bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: possible bug?


From: Paul Jarc
Subject: Re: possible bug?
Date: Tue, 21 Sep 2004 11:17:27 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

"Duane Cox" <address@hidden> wrote:
> Apparently chown also grabs ..  all the way up to /home and changes
> that ownership as well as any users in /home
>
>
> address@hidden:/home/dcox# chown -Rv dcox.users .*

The pattern ".*" matches "..", so chown sees ".." as one of its
arguments and dutifully processes that directory.  Since you're using
-R, you probably want to use just "." instead.


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]