I want to recursively chmod all of the subdirectories below my calcium directory:
chmod a+wx calcium
How do I change the above command to do this?
I believe I'm using bash shell although I'm not sure how to verify this.
|
2
|
I want to recursively chmod all of the subdirectories below my calcium directory:
How do I change the above command to do this? I believe I'm using bash shell although I'm not sure how to verify this.
|
||
|
|
|
|
To target only directories you can use find + xargs
|
||||||
|
|
|
should tell you what shell you are using. But that likely doesn't matter, since |
||
|
|
|
|
||
|
|
|
|
|
||||||||
|