What is ./.local/share/Trash (Unix) [closed]

浪子不回头ぞ 提交于 2019-12-10 16:55:54

问题


I'm using a virtual machine to run a Java web app. The OS is XFCE (Ubuntu) and I found the files that I want with the command find -name "something". These files are in ./.local/share/Trash/... So, I would like to know what is this repository? (Because the "trash" is freaking me out!)


回答1:


You probably don't want to store things in that trash folder. It's where deleted files go when a sudo user has deleted them as root.

See, for example, https://askubuntu.com/questions/246888/why-does-local-share-trash-still-use-lots-of-space-even-after-emptying-the-tr



来源:https://stackoverflow.com/questions/33349369/what-is-local-share-trash-unix

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!