<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace"><span style="font-family:Arial,Helvetica,sans-serif">On Sun, Oct 11, 2020 at 12:06 PM DaveD <<a href="mailto:mythtv@guiplot.com">mythtv@guiplot.com</a>> wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">mythbackend runs as user mythtv.  My normal user is a member of the <br>
mythtv group and I have write permission on the storage directories, but <br>
the recordings are created without group write permission.  Any time I <br>
need to work with a recording file (like fixing decoder errors (wish <br>
that bug would get fixed some day, but I digress)) I need to chmod g+w <br>
on the file first.  Is there a way I can have the recordings always <br>
created with group write permission?<br>
<br>
Dave D.</blockquote><div><br></div><div class="gmail_default" style="font-family:monospace,monospace">You can always turn on the setgid bit on the directory as well.</div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">chmod g+s <storageGroupDirectory></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br></blockquote></div></div>