Greg wrote:
Hi,chmod u+x filename
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 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