码迷,mamicode.com
首页 > 其他好文 > 详细

避免rm误删除

时间:2016-05-19 19:37:17      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:rm

useradd fileremove

find ./ -mtime +30 -type f > /tmp/file.txt

tar cvfz /tmp/$filename.tgz -T /tmp/file.txt

cat /tmp/file.txt |xargs -n 10 chown fileremove.fileremove

sudo -u fileremove cat /tmp/file.txt |xargs -n 10 rm


避免rm误删除

标签:rm

原文地址:http://leomars.blog.51cto.com/683246/1775073

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!