[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Permissions Question



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, kirk thrust66 com wrote:
> How do you change the permissions of a directory recursivly?
> 
> chmod 755  ****
> chown  username.groupname  ***
> 
> Kirk
> 
> 
> -- 
> To unsubscribe: mail redhat-list-request redhat com with "unsubscribe"
> as the Subject.
--



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]