Page 1 of 1

Setting permissions

Posted: Sun Feb 02, 2014 10:39 am
by thermosiphonas
I have a problem with the permissions on downloaded files. It only happens with qBittorrent and not any other program. I am on Ubuntu 12.04LTS and qBittorrent 3.1.5.  The folders created have 775 permissions and the files 664. Is there a way to automatically change them both to 777 for newly downloaded files and folders?

Re: Setting permissions

Posted: Mon Feb 03, 2014 9:11 pm
by thermosiphonas
anyone? please

Re: Setting permissions

Posted: Mon Feb 03, 2014 9:56 pm
by catwoman68
To set permissions for a folder and all of its subfolders, use the following command "sudo chmod -R 777 address of folder".

So for example the folder is labelled qBittorent, and is mounted in home> 1TBA> qBittorent, the command would be "sudo chmod -R 777 /home/1TBA/qBittorent", then newly downloaded files and folders, should have the same permissions.

Re: Setting permissions

Posted: Wed Feb 05, 2014 7:02 pm
by sledgehammer_999
Having the execute bit set is dangerous. Also as far as I know, qbt doesn't handle permissions explicitly. This is most probably handle by libtorrent itself.