January 19, 20242 yr I installed a docker container rdt-client which downloads files through torrent, but I'm not able to delete the files (on windows smb share) due to a permissions error. It's been a while since I dabbled in this and I think there might be an easy fix if I give it the right Umask and/or PUID/PGID, does anyone know what I need to do? These are the current settings of the docker container
January 19, 20242 yr Community Expert Solution Try setting the UMASK to 000 rather than 022 EDIT: And you will probably have to run the New Permissions Tools on the share(s) to which this Docker writes. Edited January 19, 20242 yr by Frank1940
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.