Filebot new Folder is root

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
bigpoopapizza
Posts: 3
Joined: 10 Jul 2018, 21:40

Filebot new Folder is root

Post by bigpoopapizza »

Hi,

I am using filebot on my Synology.
I have a task which runs the filebot node task.

But the new folder permission is for root. But then I have a problem with Plex.
Can I change this? It did work sometime...

Maybe can you tell me how to expand the task that the motherfolder is set to groupermission "admin" with all subfolders?

Many Thanks for the project
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot new Folder is root

Post by rednoah »

FileBot does not specifically change permissions one way or another. FileBot Node runs filebot as admin users, so that's the permissions all the files should inherit. The task should be run as admin as well. You might wanna double check that in Synology Task Manager.

Regardless, you can always fix the permissions manually. You can also use the --def exec option to apply the permissions you want.

You'll want to use the chmod tool for that:
https://linux.die.net/man/1/chmod

You will find copy & paste solutions on how to "change permissions on Linux" via Google.
:idea: Please read the FAQ and How to Request Help.
Post Reply