Chmoding

They have: 30 posts

Joined: Dec 1999

Hi!
Is there any way I can chmod a directory and the following subdirectories and files with one command?
Thanks

They have: 5,633 posts

Joined: Jan 1970

yup, there is

use the flag '-r', e.g.

chmod 755 directory -r that sets permissions to the whole directory and it's subdirectories.

later

They have: 30 posts

Joined: Dec 1999

Thanks!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.