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

Re: Set group seting to multiple files



martin f krafft <madduck@debian.org> writes:

> having now checked it (chmod -R u+r ~/* is a non-destructive way in
> 98% of the cases), it seems that things changed. the reason i warned

chmod -R u+r ~/* is always (and has always been) non-destructive.  But
it's not complete, since it won't chmod dotfiles.  This leads people
to try

chmod -R u+r ~/* ~/.*

which _is_ destructive.  

In a case like that, it's always much better to do

chmod -R u+r ~

which works correctly.

-- 
Alan Shutko <ats@acm.org> - In a variety of flavors!
Source file - One which was "appropriated" from the competitors.



Reply to: