[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Permissions Question
- From: Danny <dannyh idx com au>
- To: redhat-list redhat com, "kirk thrust66 com" <kirk thrust66 com>, redhat-list redhat com
- Subject: Re: Permissions Question
- Date: Fri, 17 Mar 2000 09:13:17 +1100
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]