Linux(Ubuntu)使用日记------trash-cli防止误删文件

Posted 豆仔gogo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux(Ubuntu)使用日记------trash-cli防止误删文件相关的知识,希望对你有一定的参考价值。

1.安装过程

cd /tmp

git clone https://github.com/andreafrancia/trash-cli

cd trash-cli

sudo python setup.py install

2.检验

安装完成之后我们系统就拥有了下列工具

?  ~  ll /usr/bin/|grep trash

-rwxr-xr-x  1 root root    123  5月 28 19:38 trash

-rwxr-xr-x  1 root root    125  5月 28 19:38 trash-empty

-rwxr-xr-x  1 root root    124  5月 28 19:38 trash-list

-rwxr-xr-x  1 root root    123  5月 28 19:38 trash-put

-rwxr-xr-x  1 root root    127  5月 28 19:38 trash-restore

-rwxr-xr-x  1 root root    122  5月 28 19:38 trash-rm

3.功能说明:

trash == trash-put == 删除

trash-empty 清空

trash-list 列出回收站

trash-restore 恢复文件

trash-rm  删除回收站中指定文件

4.配置

alias rm=‘echo " This is not the command you are looking for.If you really want use rm simply prepend a slash"; false‘ 

 

以上是关于Linux(Ubuntu)使用日记------trash-cli防止误删文件的主要内容,如果未能解决你的问题,请参考以下文章

Linux(Ubuntu)使用日记------印象笔记相关使用.doc

Linux(Ubuntu)使用日记------为程序添加桌面快捷方式

Linux(Ubuntu)使用日记------Mysql编码(utf-8)的设置

Linux(Ubuntu)使用日记------终端控制器Terminator安装使用

Linux(Ubuntu)使用日记------ssh远程登录腾讯云

Linux(Ubuntu)使用日记------部署JavaWeb项目到服务器