Folder ****@pop.****.*** in Trash

Asked by Waluyo Adi Siswanto

In my Trash, I see 2 folders ****@pop.***.*** . They are empty folder, but I cannot empty the Trash, they are always there.
How can I remove them from the trash, so the trash can be clean..

/adis

Question information

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

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

cd
cd ~/.local/share/Trash/files

Be ABSOLUTELY sure you are in the /home/your_username/.local/share/Trash/files/ to check it please type:

pwd

Then to clean ALL file in your Trash please type:

sudo rm -fr *

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
Waluyo Adi Siswanto (was-wlk) said :
#2

OK thank you...
what a quick response..now I have seen my Trash is clean.
But I am just wondering what are these two folders... Did I do something wrong ??

Revision history for this message
Waluyo Adi Siswanto (was-wlk) said :
#3

Thanks marcobra, that solved my question.