Hi,
I'm having issues with folder permissions and my downloads fail to start. I want my downloads to be stored in the downloads folder at /home/large-plankton/downloads instead of the qbt(qbittorrent-nox) home folder. I should add that the folder location is on the same drive.
qbittorrent-nox is running as a service under the username qbt. So I've added qbt to the user group large-plankton, large-plankton being my username.
That should do it right? What did I miss?
P.s. I've verified that the downloads folder is owned by large-plankton:large-plankton. The error is File error alert: permission denied. Also groups qbt returns qbt: qbt large-plankton
Seeking Help With Folder Permissions
-
- Newbie
- Posts: 1
- Joined: Fri May 17, 2024 11:16 pm
Re: Seeking Help With Folder Permissions
I'd check to make sure the right owner and group can be not only see but also able to modify the directory. You may also need to make sure the group for the directory and its content is set to users. Example that is not set to be writable.
One that is.
You may not have the x part. That is fine if you don't. It just means things are executable and for file storage, it shouldn't be set anyway.
I'm not the best on file permissions. This link may be more helpful.
https://linuxhandbook.com/linux-file-permissions/
Code: Select all
drwx------
One that is.
Code: Select all
drwxrwxr-x
I'm not the best on file permissions. This link may be more helpful.
https://linuxhandbook.com/linux-file-permissions/