Unable to change permissions

Asked by Jon Charge

I have copied a file from a CD backup that I have. The file is now in my trash bin with permissions set where I can not delete it. Do I have to gksudo a file manager or something?

Error:
Sorry, could not change the permissions of "keys": Operation not supported by backend

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
juancarlospaco
Solved:
Last query:
Last reply:
Revision history for this message
Best juancarlospaco (juancarlospaco) said :
#1

open a Terminal, applications--->accesories--->Terminal
copy, paste on the terminal and press ENTER :

sudo rm --verbose --force $HOME/.local/share/Trash/files

sudo rm --verbose --force $HOME/.local/share/Trash/info

if you want to do it Graphical :

gksudo nautilus $HOME/.local/share/Trash/

Revision history for this message
Jon Charge (seropith) said :
#2

Thanks juancarlospaco, that solved my question.