Thanks Philip.

Greg

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:redhat-list-admin@;redhat.com]On Behalf Of Philip Mark Donaghy
Sent: Tuesday, November 05, 2002 9:51 PM
To: [EMAIL PROTECTED]
Subject: Re: setting permissions


Greg wrote:

> Hi,
> how do I set permissions for directories while in text mode.  What is
> the command, and if someone could write an example for me please.
>
> thanks Greg

chmod u+x filename
chmod g+w filename
chmod o+r filename
chmod a+r filename

The first example changes execute(x) permission for the owner(o) of the
file filename
The second example changes write(w) permission for the group(g) of the
file filename
The third example changes read(r) permission for the others(o) of the
file filename
The forth example changes read(r) permission for the all(a) users of the
file filename

--
Philip Mark Donaghy
Developer and Architect Java 2 Platform
Ingénieur Développement et Architecture Plateforme Java 2
Mobile : +33 (0)6 20 83 22 62
Direct : +33 (0)1 48 74 23 80
Website : http://www.mapimage.com/




--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to