240 发简信
IP属地:浙江
  • linux简单的文件备份脚本

    以/etc/hosts文件为例吧,备份至/tmp目录下time=`date +%y%m%d` dd if=/etc/hosts of=/tmp/...