※ 引述《lovemifi ()》之銘言:
: 最近剛把我的作業系統從Leopard升級到Snow Leopard
: 我發現以前刪除檔案會先跑到垃圾桶
: 現在我一刪除檔案則是變成直接永久刪除檔案了@@
: 想要向版上鄉民們請益一下要如何更改成把刪除了檔案先丟進垃圾桶內?
: 感激不盡
1. Open your terminal (console)
2. locate your home folder (or the root under any specific drive)
and type the following commands:
$ sudo rm -r .Trash
$ sudo rm -r .Trashes
[Note] You may use "ls -a" to check if these two hidden folder exist.
3. Log out and log back in
I found this solution several months ago, and It should work if my memory
dosen't go wrong. Good luck :)
--
I can't type Chinese on this computer, sorry.
--
: 最近剛把我的作業系統從Leopard升級到Snow Leopard
: 我發現以前刪除檔案會先跑到垃圾桶
: 現在我一刪除檔案則是變成直接永久刪除檔案了@@
: 想要向版上鄉民們請益一下要如何更改成把刪除了檔案先丟進垃圾桶內?
: 感激不盡
1. Open your terminal (console)
2. locate your home folder (or the root under any specific drive)
and type the following commands:
$ sudo rm -r .Trash
$ sudo rm -r .Trashes
[Note] You may use "ls -a" to check if these two hidden folder exist.
3. Log out and log back in
I found this solution several months ago, and It should work if my memory
dosen't go wrong. Good luck :)
--
I can't type Chinese on this computer, sorry.
--
All Comments