zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Chmod quite different

June 23, 2010 by Igor Drobot Leave a Comment

1
chmod -R u=rwx,g=rwx,o=rx white/

chmod -R u=rwx,g=rwx,o=rx white/

u = User
g = Group
o = Other

Filed Under: Bash, Linux Tagged With: Chmod, Linux, Unix