Inherited Rights

bl0wfish apoc@lunarsurf.com
Fri, 8 Jun 2001 15:48:18 -0400 (EDT)


	If your using chown/chmod
	I believe it's the -R flag
	that recursively changes permissions.
	For instance it would be :

	chown -R root.root *
	or
	chmod -R 777 *

	I believe this works as well :
	chown root.root */*
	or
	chmod 777 */*


> -Hey
>
>      How do you give inherited rights from the root of a folder to all files
> and subdirectories within that folder.  I'm a newbie, please go easy.
>
> *Josh*
>
> _______________________________________________
> linux-user mailing list
> linux-user@egr.msu.edu
> http://www.egr.msu.edu/mailman/listinfo/linux-user
>