Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I'm having a problem with Suse 11.0 Gnome. I deleted a folder that contains another folder that is owned by the root. Now the system will not let me ...
  1. #1
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714

    [SOLVED] Trash can problem

    Hi,
    I'm having a problem with Suse 11.0 Gnome. I deleted a folder that contains another folder that is owned by the root. Now the system will not let me delete this folder or restore it, it just sits in trashcan limbo...Is there a way to delete a user trashcan as root user?

    Thanks for your response....Gerard4143

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Trash and info is stored in:

    /home/your_user_name/.local/share/Trash/files

    /home/your_user_name/.local/share/Trash/info


    Go to a terminal, su to root, then delete the troublesome files.

    Code:
    rm  /home/your_user_name/.local/share/Trash/files/name_of_file
    
    rm  /home/your_user_name/.local/share/Trash/files/name_of_file
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    Thanks Ozar....your instructions took me right to the user trash can...folders and files are now deleted, again thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...