My jellyfin/Videos directory has permission set to 775
# ls -l
drwxrwxr-x 2 jellyfin jellyfin 3 Jan 7 16:42 Videos
I am in the jellyfin group
# id walter
uid=1001(walter) gid=1001(walter) groups=1001(walter),0(wheel),868(jellyfin)
If I am logged in as walter, shouldn't I be able to copy files to that directory?
# ls -l
drwxrwxr-x 2 jellyfin jellyfin 3 Jan 7 16:42 Videos
I am in the jellyfin group
# id walter
uid=1001(walter) gid=1001(walter) groups=1001(walter),0(wheel),868(jellyfin)
If I am logged in as walter, shouldn't I be able to copy files to that directory?