Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.
- From: Chris Davies <chris-usenet@xxxxxxxxxxxx>
- Date: Thu, 31 Jul 2008 13:23:01 +0100
Rahul <nospam@xxxxxxxxxxxxxx> wrote:
I tried a 'chown -R foouser .*' [...and broke the parent directory...]
But then again: how does one tackle dirs of the sort .ssh/ .vim/ etc.?
chown -R foouser * .??*
or
find . -depth chown foouser {} \;
Chris
.
- References:
- Prev by Date: Re: mysqld wont start...
- Next by Date: Re: Good command line word processor for Linux
- Previous by thread: Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.
- Next by thread: Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.
- Index(es):
Relevant Pages
|