martin f krafft <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> - In a variety of flavors!
Source file - One which was "appropriated" from the competitors.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to