On Sat, Feb 16, 2008 at 05:03:28PM +0100, Penguin Lover Amar Cosic squawked: > 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
sudo chown -R <your user> <the root directory of all the files> the -R option makes it recursive. no need to sudo if you are root already. W -- "Another world, another day, another dawn. " Sortir en Pantoufles: up 435 days, 14:55 -- gentoo-user@lists.gentoo.org mailing list