Elm posted this at 05:12 — 18th December 1999.
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
Anonymous posted this at 22:48 — 18th December 1999.
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
Elm posted this at 05:33 — 19th December 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.
Anonymous posted this at 22:48 — 18th December 1999.
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
Elm posted this at 05:33 — 19th December 1999.
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.