I have a NFS share on a Debian (trixie) box on my local network. I can connect to the share and use it from my Windows 11 machine, but all the files that are created from the windows machine have the +x bit applied, making every file executable on the debian box. If i set the fileaccess on the windows client to 666, then directories are not traversable, as they don’t have the +x bit applied. Is there something akin to a diraccess setting in the windows client to set permissions for directories created separately?
You may also like
I created a custom image role drop down. I am trying to save its value into ‘catalog_product_entity_media_gallery_value’ table by using the observer […]
C++ is and will be one of the most demanding programming languages, which is used by over 4 million programmers worldwide. Also, […]
I’m using the official stripe/stripe-payments module in a Magento 2 store (GraphQL frontend integration). Stripe 3D Secure payments are working correctly on […]
UML (Unified Modeling Language) Diagrams are very important in the field of software engineering. It allows us to visualize and analyze systems. […]