Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.



Allen Kistler <ackistler@xxxxxxxxx> wrote in
news:e6Njk.15713$xZ.11898@xxxxxxxxxxxxxxxxxxxx:

You're not missing anything.
That's the design.
It keeps you from changing the current directory, the parent
directory, and (in the case of -R) all the children of the parent
directory.


Ah! That explains the mess I created then! :-(

I tried a 'chown -R foouser .*' and screwed up tons of user permissions
since it acted on the .. dir too which wasn't the way I intended. My stupid
mistake.

But then again: how does one tackle dirs of the sort .ssh/ .vim/ etc.? If
these also reside under /home/foouser and I want to chown them don't I need
to have a way to wildcard them? (by going up one level and doing a chown -R
foouser /home/foouser/ seems an option...)


--
Rahul
.



Relevant Pages

  • Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.
    ... That's the design. ... It keeps you from changing the current directory, the parent ... these also reside under /home/foouser and I want to chown them don't I need ... For bash have a look for dotglob in the bash manpage. ...
    (comp.os.linux.misc)
  • RE: combo box, select all
    ... 'Remove the form's filter. ... Assuming the latter you need to requery the subform ... the parent form's Controls collection which houses the subform, ... Select the button in form design view and open its properties sheet if its ...
    (microsoft.public.access.gettingstarted)
  • RE: combo box, select all
    ... Assuming the latter you need to requery the subform ... the parent form's Controls collection which houses the subform, ... Select the button in form design view and open its properties sheet if its ... In query design view you'd enter: ...
    (microsoft.public.access.gettingstarted)
  • Re: Self pointer in limited record
    ... What happens when the parent gets finalized before its child? ... Claw uses a design rather like the one proposed here. ... finalized, the Claw code for Finalize unlinks them from their parent's list ...
    (comp.lang.ada)
  • RE: Index or primary key cannot contain a null value.
    ... reason you are having problems is design. ... may be a child on more than one form. ... > tblPKCorrugatedFinishingAttributes is a parent to tblPKProfilesQualifications. ...
    (microsoft.public.access.formscoding)