12

仮想マシンを使用して Java Web アプリを実行しています。OS は XFCE (Ubuntu) で、コマンドで必要なファイルを見つけましたfind -name "something"。これらのファイルは ./.local/share/Trash/... にあります。このリポジトリとは何ですか? (「ゴミ」が私を驚かせているからです!)

4

1 に答える 1

8

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

于 2015-10-26T15:28:16.540 に答える