To do that issue the following commands : -

chmod -R 755 /some/directory/

and the chown command

chown -R username:groupname /some/directory/

Instead of using username.group you should use username:groupname which is a
much better way of doing it.


On Thu, 16 Mar 2000, [EMAIL PROTECTED] wrote:
> How do you change the permissions of a directory recursivly?
> 
> chmod 755  ****
> chown  username.groupname  ***
> 
> Kirk
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to