Am 19.05.2019 um 19:23 schrieb Justin Pryzby:
> I think you handle d and f together as:
>
> |chmod +Xr

The plus sign only adds permissions. We also want to remove permissions - like when everything is set to 777. This comes close:

chmod -R u=rwX,g=rX,o=rX *

But it's not exactly the same since it does not remove the executable bit for files, so using find -type is better.

-- Christoph
_______________________________________________
PyGreSQL mailing list
PyGreSQL@Vex.Net
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to