Vuze won't let me delete anything, it says permission denied

Shadoww

I'm running Ubuntu 12.04. In the Vuze downloads properties, it says Owner: root. I don't know how to change that. This has only happened in Ubuntu, not Windows.

Donarsson

You were probably running Vuze as root, so all files downloaded by it are now owned by root. Make sure Vuze is closed, open a terminal and go to the folder where the files in question are located. Then run the following command:

sudo chown -cR $USER:$(id -gn $USER) .

(Please note that the point at the end is part of the command). Now start Vuze and everything should work just fine.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Vuze won't let me delete anything, it says permission denied

From Dev

DiskPart won't let me delete a partition

From Dev

Read Only usb stick that won't let me do anything to it

From Dev

typescript constructor won't let me define anything

From Dev

Ubuntu won't let me edit or delete .vimrc file

From Dev

Ubuntu won't let me edit or delete .vimrc file

From Dev

prevhost.exe won't let me delete files

From Dev

Spree (rails) won't let me create a migration. Says there is a conflict within i18n.

From Dev

Ubuntu 16.04 broken kernel packages won't let me install or remove anything with apt-get

From Dev

Ubuntu 16.04 broken kernel packages won't let me install or remove anything with apt-get

From Dev

Elasticsearch won't start on centos, permission denied

From Dev

Jenkins won't run PHPUunit - Permission denied

From Dev

Jenkins won't run PHPUunit - Permission denied

From Dev

Django Rest Framework won't let me have more than one permission

From Dev

Unable to install windows debugging tools on windows 7, it says it needs .NET Framework 4, but won't let me install it

From Dev

Trying to delete string from memory. Won't let me assign to cin

From Java

The compiler won’t let me Get a string

From Dev

GitHub won't let me push

From Dev

Won't let me open regedit

From Dev

DSUM won't let me give it criteria

From Dev

xmlns attribute won't let me parse

From Dev

Excel won't let me paste

From Dev

Git Rebase Won't Let Me Type

From Dev

Why won't it let me pass this list?

From Dev

can't do anything on sda1 permission denied

From Dev

Don't let Vuze use a VPN

From Dev

Rooted but su says "Permission denied"

From Dev

mvn --version says permission denied

From Dev

my delete query won't delete anything from mysql

Related Related

  1. 1

    Vuze won't let me delete anything, it says permission denied

  2. 2

    DiskPart won't let me delete a partition

  3. 3

    Read Only usb stick that won't let me do anything to it

  4. 4

    typescript constructor won't let me define anything

  5. 5

    Ubuntu won't let me edit or delete .vimrc file

  6. 6

    Ubuntu won't let me edit or delete .vimrc file

  7. 7

    prevhost.exe won't let me delete files

  8. 8

    Spree (rails) won't let me create a migration. Says there is a conflict within i18n.

  9. 9

    Ubuntu 16.04 broken kernel packages won't let me install or remove anything with apt-get

  10. 10

    Ubuntu 16.04 broken kernel packages won't let me install or remove anything with apt-get

  11. 11

    Elasticsearch won't start on centos, permission denied

  12. 12

    Jenkins won't run PHPUunit - Permission denied

  13. 13

    Jenkins won't run PHPUunit - Permission denied

  14. 14

    Django Rest Framework won't let me have more than one permission

  15. 15

    Unable to install windows debugging tools on windows 7, it says it needs .NET Framework 4, but won't let me install it

  16. 16

    Trying to delete string from memory. Won't let me assign to cin

  17. 17

    The compiler won’t let me Get a string

  18. 18

    GitHub won't let me push

  19. 19

    Won't let me open regedit

  20. 20

    DSUM won't let me give it criteria

  21. 21

    xmlns attribute won't let me parse

  22. 22

    Excel won't let me paste

  23. 23

    Git Rebase Won't Let Me Type

  24. 24

    Why won't it let me pass this list?

  25. 25

    can't do anything on sda1 permission denied

  26. 26

    Don't let Vuze use a VPN

  27. 27

    Rooted but su says "Permission denied"

  28. 28

    mvn --version says permission denied

  29. 29

    my delete query won't delete anything from mysql

HotTag

Archive