linux下一些很有用的命令

ps -ef | grep keepalive | grep -v grep | awk '{print $2}' | xargs kill -9

 

wget --random-wait -r -p -e robots=off -U mozilla http://www.example.com  模拟下载一个网站中的各种内容
posted @ 2014-09-15 17:31  freedesert  阅读(131)  评论(0编辑  收藏  举报