this post was submitted on 18 Jul 2023
6 points (100.0% liked)

Plex

2482 readers
3 users here now

Welcome to Plex, a community dedicated to Plex, the media server/client solution for enjoying your media!

founded 1 year ago
MODERATORS
 

I'm very new and I'm sorry if this is a stupid question, but is there any way to set folder (and future subfolder) permissions on Ubuntu?

I use the Arrs and new folders are made automatically when something completes, but I constantly have to use Plex to optimize my videos before they'll play. Unfortunately, the new folders get locked when they're made.

I'm not sure what I've done to my setup, but I'd love some help if anyone is willing.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] phx@lemmy.ca 3 points 1 year ago (1 children)

You can also add a "sticky group" permission to a folder using the plus modifier

chmod g+s /path/to/dir

Or for everything under the directory

chmod -R g+s /path/to/dir

[โ€“] discomatic@lemmy.ca 2 points 1 year ago

Amazing. Thank you. I'm a little afraid of making sweeping changes so having two options to research is great.