On Sat, 16 Feb 2008 08:22:19 -0800, Brian Marshall wrote:

> > I have a lot of dir. and files in my home directory. I want to chown
> > all of it to my user. How to do this by one comand ? Thanks

> With recursion:
> chown -R user:group *

That won't cover hidden files, try

chown -R user: ~user


-- 
Neil Bothwick

Death is proven to be 99.9% fatal to all laboratory rats.

Attachment: signature.asc
Description: PGP signature

Reply via email to