Timeline for How to recursively set directory permissions with a find that lacks -exec?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 24, 2021 at 12:02 | comment | added | S. McCandlish | This xargs only has -r -x -0 -t. | |
| May 24, 2021 at 0:44 | comment | added | S. McCandlish | This particular xargs lacks -d, alas. | |
| May 23, 2021 at 17:04 | comment | added | Stéphane Chazelas | There are far more xargs implementations that support -0 than some that support -d '\n'. Using -I with that isn't useful as chmod can take more than one file path as arguments. | |
| May 23, 2021 at 9:24 | history | edited | Prvt_Yadav | CC BY-SA 4.0 | added 8 characters in body |
| May 23, 2021 at 9:14 | history | answered | Prvt_Yadav | CC BY-SA 4.0 |