find . | xargs grep '115.182.68.236'sudo find . | xargs sudo grep 'incorrect passwor d'find /home/guo/bin -name /*.txt | xargs grep 'jdbc' Read More
/etc/crontab在此文件中对文件夹中cron.daily, cron.weekly, cron.monthly中的任务执行。# /etc/crontab: system-wide crontab# Unlike any other crontab you don't have to run the `crontab'# command to install the new version when you edit this file# and files in /etc/cron.d. These files also have username fields,# t Read More
http://www.cnblogs.com/jiangyao/archive/2010/10/19/1855256.htmlhttp://kb.cnblogs.com/a/1893220/name=`date +%Y%m%d`# date后面有空格mysqldump -u backup -h localhost -ppassword wordpress > /usr/local/virus/mysqlback/$name#-p与后面的密码没有空格4、修改/etc/crontab#nano /etc/crontab在下面添加:01 3 * * * root /usr/sbin/bakmy Read More