Linux如何模拟垃圾回收站功能
我们知道 Windows 系统有回收站的功能,正确设置后,当用户删除文件或文件夹时,操作系统会将这些 “ 删除 ” 的文件或文件夹放到回收站中,而并没有真正意义上的删除文件。其实 Linux 系统中也可以模拟这样的功能。下面介绍一下 GitHub 上的一个非常有意思的项目 , 里面有个脚本 Saferm.sh 可以模拟这种功能。关于 Saferm.sh 的介绍如下,更多详细信息参考 https://github.com/lagerspetz/linux-stuff This repo contains useful linux scripts. No guarantee that they work or warranty of any kind is given. Some highlights: Saferm.sh · scripts/saferm.sh: alias this to "rm". Moves files to your desktop environment's trash folder instead of permanently deleting files when you type "rm". · scripts/manually-installed.sh: Shows the list of manually installed (deb)