在Ubuntu17.04下,遇到清空回收站文件时报错,提示”Failed to delete the item from the trash”,无法清空回收站。

在Ubuntu17.04中遇到无法清空回收站解决方法

 

回收站其实就是一个文件夹,存放着被删掉的文件。

Ubuntu回收站的路径:

 在Ubuntu17.04中遇到无法清空回收站解决方法

 

 

解决方法

打开终端运行以下命令强制清空回收站目录下的所有文件:

sudo rm -rf ~/.local/share/Trash/*

 执行上面命令后,可以看到回收站所有文件已清空

在Ubuntu17.04中遇到无法清空回收站解决方法

 

相关文章:

  • 2021-09-18
  • 2021-12-27
  • 2021-12-09
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-07-07
猜你喜欢
  • 2022-12-23
  • 2021-09-19
  • 2021-05-31
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案